I’m attempting to build a c# console application to test a rest service that uses cookies for various things. I have been attempting to use hammock but it does not appear to manage cookies.
Is there a c# rest client that manages cookies?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Can you use the HttpWebReqest? If so, that has cookie handling with the
CookieContainerclass.See this related question for more details: Automatic Cookie Handling C#/.NET HttpWebRequest+HttpWebResponse