For frontend-dev environment we use <https://githu...
# general
w
For frontend-dev environment we use https://github.com/ory/integrations to have kratos run on "localhost" even though it doesnt really run on localhost. But now we need to send that same cookie to another service which runs on the same remote domain (but with different subdomain), can we use
ory proxy
for that? or is that for a different usecase
i basically want for instance localhost:8313 to go to my.domain.com and rewrite the cookie header to my.domain.com
i guess the rewrite of the cookie-header is maybe not necessary. Thats only necessary for the 'set-cookie' header
is does need to rewrite the location header though