session on client - WeOnlyDo Discussion board

session on client (wodHttpDLX)

by Jasmine, Monday, July 18, 2016, 12:10 (2811 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


Complete thread:

 

  • session on client - kunhock, 2016-07-18, 09:45 [*]
    • session on client - Jasmine, 2016-07-18, 12:10