session on client - WeOnlyDo Discussion board

session on client (wodHttpDLX)

by kunhock, Monday, July 18, 2016, 09:45 (2836 days ago)

Hi,
for robotizing web client using HTTPDLX, can the HTTP Client work with those server application that track session using session ID ?

Regard.

Kunhock

session on client

by Jasmine, Monday, July 18, 2016, 12:10 (2836 days ago) @ kunhock

Hi Kunhock.

Yes it can. You just need to find how is session transferred to new requests. Usually it is done using cookies, or sometimes using query variables in URL. So you should observe how its done using some existing HTTP requests in browser, and then just mimic that using wodHttpDLX.

I can suggest to use Chrome and its developer tools (network tab) or Firefox and its HttpFox addin.

I hope this helps!
Jasmine