|
|
Question : Solution for automatic file download from third party site
|
|
Hello, I want to create server side script (using VB.NET but thats not important) which will be executed once per day. That piece of code must log in to third party site (using that site's web login form) and then execute action on date/time control (send date) and after that download xml file as result of previous actions.
I need proposal of solution (not necessary code) for this.
|
Answer : Solution for automatic file download from third party site
|
|
If you right click the trace you should see an option to "Follow stream".
That will give you the entire conversation.
I'm amazed that so much was posted. 30706 bytes posted.
I checked the data and the 30K is a application state.
Whereas most people would use server side sessions, it seems that a lot of the data is b64 encoded and sent to the client to return back to the server.
Dangerous as it can be manipulated.
It might be worth asking the site if there is a way to get the file directly. Especially if this is a site you already pay a fee/memership towards.
|
|
|
|