On 6/21/06, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
On Tue, 2006-06-20 at 20:17 -0500, Randy Paries wrote:

....

> This is a get, and i build a GetMethod and pass it the about Location.
> But what i do not know and hope someone can tell me is what is the
> data below. The 5 rows of data. Is this send in the get somehow?
>
> Thanks for any help
>
> Randy
>
> GET 
/REPSuite/home.page?appRes=com.avon.gi.rep.core.resman.vprov.ObjProvApplicationResource%401c7f8cb6
> HTTP/1.1
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> application/vnd.ms-excel, application/vnd.ms-powerpoint,
> application/msword, application/x-shockwave-flash, application/pdf,
> */*
> Accept-Encoding: gzip, deflate
> Accept-Language: en-us
> Host: www.mydomain.com
> Referer: https://www.mydomain.com/REPSuite/login.page
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
> .NET CLR 1.1.4322)
> Cache-Control: no-cache
> Connection: Keep-Alive
>
> 000000  72 65 74 5F 76 69 65 77  3D 6C 6F 67 69 6E 26 61  ret_view=login&a
> 000010  63 63 6F 75 6E 74 4E 75  6D 62 65 72 3D 39 36 37  ccountNumber=123
> 000020  37 36 39 31 37 26 70 61  73 73 77 6F 72 64 3D 67  45678&password=x
> 000030  6F 32 62 73 75 26 6C 6F  67 69 6E 2E 78 3D 31 39  xxxxx&login.x=19
> 000040  26 6C 6F 67 69 6E 2E 79  3D 39                    &login.y=9
>

Randy
That does not make any sense. HTTP GET methods are not supposed to
enclose request entities. IE is known to be broken but it cannot be that
broken.

Can this be some asynchronous calls from the java script AJAX style?


Oleg

This is where i was confused as well. Beond all the other verbage,
this was the main reason of the post. I would think that if this was
an ajax post, the http client would have just seen a seperate post.

Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to