ContributionsMost RecentMost LikesSolutionsRe: cookies authentication I sent privately the details Re: cookies authentication hi chechepo I tried so hard, it was not successful can I maybe share with u a temporary link, with username and password (to generate to cookies) so I see how you do it clearly I wasn't able to do that PLease Re: cookies authentication Hi, I did try that but I am getting this error undocumented Failed to fetch. Possible Reasons: - CORS - Network Failure - URL scheme must be "http" or "https" for CORS request. Re: cookies authentication I could not really figure it out, not sure what I doing wrong Will u please assist me Re: cookies authentication that's correct Re: cookies authentication please assist me with that Re: cookies authentication yes, that's basically what I am trying to achieve, I am posting to an API data every two hours the POST method only works with cookies, I wanna be able to capture cookies to use it with my API POST method in csharp-donet2 cookies authentication Hi everyone hope you are doing well, I would like to achieve as below in c#, but I have no idea how to do it paths: /login: post: summary: Logs in and returns the authentication cookie requestBody: required: true description: A JSON object containing the login and password. content: application/JSON: schema: $ref: '#/components/schemas/LoginRequest' security: [] # no authentication responses: '200': description: > Successfully authenticated. The session ID is returned in a cookie named `JSESSIONID`. You need to include this cookie in subsequent requests. headers: Set-Cookie: schema: type: string example: JSESSIONID=abcde12345; Path=/; HttpOnly