Trznadel commented on issue #9153:
URL: https://github.com/apache/apisix/issues/9153#issuecomment-1486430189

   Hello,
   I was able to solve this issue with a following config:
   
       plugins:
         cors:
           allow_credential: True
           allow_headers: Cookie
           allow_methods: POST,GET,OPTIONS
           allow_origins: http://localhost:9090,
           expose_headers: Cookie
         forward-auth:
           uri: http://localhost:8484/verify
           request_method: POST
           request_headers: [ Cookie ]
           upstream_headers: [ JWT-AUTH,Set-Cookie ]
         response-rewrite:
           headers:
             set:
               Set-Cookie: $http_set_cookie
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to