**** BEGIN LOGGING AT Fri Dec 21 02:59:59 2012 Dec 21 16:51:24 hello, i am trying to authorize a user through a web interface, after the user validates it is supposed to redirect to a page with a token, however, it intsead trying to download the page, is there someway i can force the page to redirect instead of download? Dec 21 16:52:14 the redirect works in a standard browser, and on other devices Dec 21 16:59:40 is it passing the correct mime type? O_o Dec 21 17:01:25 how would i go about checking that? Dec 21 17:01:44 dunno ^^ Dec 21 17:06:36 is there some way to view what the request header is in the browser? Dec 21 17:21:04 tcpdump? Dec 21 17:21:16 i dunno. i'm probably not helpful right now. Dec 21 17:21:19 too frazzled. Dec 21 17:38:43 tcpdump sounds good Dec 21 18:38:09 im sorry, where do you find tcpdump? Dec 21 18:38:42 nevermind Dec 21 18:38:44 i figured it out Dec 21 18:52:51 :) Dec 21 18:54:52 hmm, this isn't really helping, i cant figure out how to get it to give me readable output Dec 21 19:05:36 tcpdump -lnxXs 0 Dec 21 19:10:15 well that gives me hex and ascii, but what is in the packets is unreadable Dec 21 19:11:59 i think it's time to give up Dec 21 19:12:12 Wireshark might be easier. Dec 21 19:12:21 thanks for the help HaDAk and dwc- Dec 21 19:12:46 you can specify -w file.pcap Dec 21 19:12:52 and then open the pcap in wireshark Dec 21 19:16:29 hmm, okay, let's try that Dec 21 19:18:24 yeah, same deal Dec 21 19:18:39 i think i have to do something different Dec 21 19:18:44 thanks for the ideas though Dec 21 19:22:06 or i need to learn to use these tools better Dec 21 19:22:11 probably the latter Dec 21 22:50:07 is there some better documentation somewhere that states what arguments events are called with? Dec 21 22:50:19 im looking at: https://developer.palm.com/content/api/reference/enyo/enyo-api-reference.html Dec 22 00:27:35 confab: can I ask why you're using Enyo 1? Dec 22 00:31:13 regardless, in either Enyo 1 or 2 you can see what types and how many arguments there are by logging arguments with something like: this.log(arguments); Dec 22 00:31:56 and then you can drill down into those: this.log(arguments[0]); etc. Dec 22 00:55:40 sugardave, i'm just following the guides and stuff available, if there's a better way, im more than open to it Dec 22 02:18:11 confab: you should be starting with Enyo 2. Enyo 1 is not developed anymore Dec 22 02:20:53 http://enyojs.com/docs/ **** ENDING LOGGING AT Sat Dec 22 02:59:58 2012