[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Bug-wget] using wget to login to website that uses javascript
From: |
Tony Lewis |
Subject: |
RE: [Bug-wget] using wget to login to website that uses javascript |
Date: |
Sat, 26 Dec 2009 10:57:58 -0800 |
Norman Khine wrote:
> There is the line:
>
>
LoginId=myusername&Password=mypassword&__sgx_contextKey=63397388108404021367
> 5900406_solidarmonde_X_12873096&__sgx_contextSecurity=&__sgx_script=&=&=
[snip]
> --post-data 'LoginId=myusername&Password=mypassword'
You are only sending two of the four parameters the server is expecting. You
need to determine the correct values to send for __sgx_contextKey and
__sgx_contextSecurity
Tony