Has anyone ever integrated with an ASP.NET application using cookies for authent

Has anyone ever integrated with an ASP.NET application using cookies for authentication? These cookies are returned in the HTTP header so the 'Send HTTP Request' node is not returning the data. Using a custom TCP socket plugin I'm able to get the cookie, but it's a messy operation. I'll also need to be returning this cookie on my subsequent requests and I'm also looking for the best way to handle that. If anyone has any advice on how to accomplish either of these tasks it would be greatly appreciated. ...

OriginalPostID-103566

OriginalPostID-103566

  Discussion posts and replies are publicly visible

Parents
  • The code for Send HTTP Request is included in the plugin if you want to extend it to output the headers from the HTTP response. I don't see any way you could get them with the plugin as it exists today.

    As far as returning the cookie, the Send HTTP Request plugin does allow you to specify request headers so you should be able to include a cookie header there for your subsequent requests.
Reply
  • The code for Send HTTP Request is included in the plugin if you want to extend it to output the headers from the HTTP response. I don't see any way you could get them with the plugin as it exists today.

    As far as returning the cookie, the Send HTTP Request plugin does allow you to specify request headers so you should be able to include a cookie header there for your subsequent requests.
Children
No Data