Skip to content

Reserving tickets does not work #1177

Answered by cbellone
jfbethlehem asked this question in Q&A
Discussion options

You must be logged in to vote

I believe that your Apache proxy is doing more than it should. This is how the cookies should look like:

< Set-Cookie: XSRF-TOKEN=7b84e723-809f-4cc5-b2e0-4e83354b9ea7; Path=/
< Set-Cookie: SESSION=38b1f436-46dd-4dbb-9e76-bfea52a35875; Path=/; Secure; HttpOnly

here are cookies from your response:

< Set-Cookie: XSRF-TOKEN=df441543-aac4-4ad3-af4a-90bc7c40e9cd; Path=/;HttpOnly;Secure;SameSite=strict
< Set-Cookie: SESSION=4aec5460-a67f-44fc-8436-b5b0437a5671; Path=/; Secure; HttpOnly;HttpOnly;Secure;SameSite=strict

it looks like it's adding ;HttpOnly;Secure;SameSite=strict at the end of each cookie (see SESSION with HttpOnly defined twice)
XSRF-TOKEN cannot be HttpOnly. It must be accessible…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@jfbethlehem
Comment options

@jfbethlehem
Comment options

@jfbethlehem
Comment options

@cbellone
Comment options

@jfbethlehem
Comment options

Comment options

You must be logged in to vote
1 reply
@jfbethlehem
Comment options

Answer selected by jfbethlehem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants