vcbayashu
2 years agoNew Contributor
Cookie not receiving at backend server
Hi I am using swagger docs for developing API documentation for my application. It is working fine for unauthorized apis but not on secured apis where cookies are needed. I have setup cookie authorization on swagger by looking into docs and I can see the cookie is set on the curl command but the cookie is not recieved at the backend server.Also curl command is working fine on gitbash.