session on client (wodHttpDLX)

by kunhock @, (3255 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

locked

session on client

by Jasmine, (3255 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

locked