why is this happening. the csrf token in the cooki...
# _newcomer
w
why is this happening. the csrf token in the cookies are same, but the one in request body is different. I found https://github.com/ory/kratos/discussions/1579 , but this is not my issue
m
Hey @wonderful-photographer-65845 love that you are getting busy with Ory! CSRF/CORS issues can be tricky sometimes, we do have some troubleshooting docs here: • https://www.ory.sh/docs/troubleshooting/csrf One request from my side, can you please use the Slack threading feature; so instead of sending single messages in the channel, please use one Slack thread - this makes it all a bit more readable. We can also move this conversation to #C02PSRUGUAV, as this channel here is only really intended for introductions and very basic questions on Ory, not really for implementation support. Thanks ✌️
w
cool.
i got the problem solved. on top of the go reverse proxy i added some route handler and middleware like feature, and for the outgoing request i modify the origin to point to the frontend application, this allows me to
include
credentials during fetch (also with sdk) . All i have to do rn, is just match the routesand forward to proper places,
Has anyone guys tried/considered out netpoll by bytedance?