03-21-2015, 08:34 AM
(03-20-2015, 03:52 PM)Bhaal Wrote: FYI
I managed to get it working - I was bored at work, and couldnt be arsed doing real work, so i played around with it.
Now able to programmatically get FC Chest contents.
I don't think any of the public API's currently provide this feature. I might try to get it tidied up and make a public release.
All in all
It took:
A Get
A Post with redirect turned off
A GET using the Location header from the post response
A Post to the action URL of the hidden form on that response with redirects allowed
A Post then to the form that is replied in that response, to select character to login with
Then a GET at the desired page : in my case - the FC Chest.
Could you post this here or on github/something similar?