When gatling does a preflight request, so using the method OPTIONS, it also sends the cookie. By standards, cookies shouldn't be sent for preflight requests. So Gatling should avoid sending the cookies.
I have a case that cookies are handled in the backend, but they shouldn't as in reality cookies are never added to those requests.
When gatling does a preflight request, so using the method OPTIONS, it also sends the cookie. By standards, cookies shouldn't be sent for preflight requests. So Gatling should avoid sending the cookies.
I have a case that cookies are handled in the backend, but they shouldn't as in reality cookies are never added to those requests.