httponly

  1. P

    Accessing HTTP only cookies via .NET cookiecontainer

    I am making a web request and monitoring it in Charles' Proxy. I can see HTTP only cookies coming back in the response but I cannot access them via the cookiecontainer object. I can see other cookies in the container but not the HTTP only one I am after. Does anyone know how to do this? I...
Back
Top