Jump to content

get token value from http request


Recommended Posts

Hi ,

when i use winhttp i got below response:

Cache-Control: no-cache
Date: Thu, 28 Jun 2018 15:56:03 GMT
Pragma: no-cache
Content-Length: 16072
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/7.5
Set-Cookie: LP30_SESSION_ID=8C4C92B56F92BBB39637; expires=Thu, 28-Jun-2018 16:16:04 GMT; path=/
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET

 

but when i use soapUI i am getting below:

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: application/json; charset=utf-8
Expires: -1
Server: Microsoft-IIS/7.5
Set-Cookie: Token=50b77d2c-869b-4b01-969f-5bb742549d1e; expires=Thu, 28 Jun 2018 16:13:32 GMT
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 28 Jun 2018 15:58:32 GMT
Content-Length: 41

 

how i can get this token value using winhttp pls?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...