brash-raincoat-15175
06/15/2024, 6:04 PMORY_SDK_URL
when using Ory Proxy?chilly-king-10285
06/15/2024, 6:04 PMchilly-king-10285
06/15/2024, 6:04 PMbrash-raincoat-15175
06/15/2024, 6:05 PMchilly-king-10285
06/15/2024, 6:05 PMchilly-king-10285
06/15/2024, 6:06 PM<http://localhost:3000>
, you would run this command: bash ory proxy <http://localhost:3000>
By default, Ory Proxy creates an entry point at <http://localhost:4000>
. To get access to Ory endpoints, you must access the app through the proxy using this URL instead of the actual address on which your application is running. If you want to adjust the entry point URL, pass the desired address along with the application URL, for example: bash ory proxy <http://localhost:3000> <http://localhost:3001>
Remember, Ory Proxy is a tool that helps with local development by allowing your app and Ory to run on the same domain. It rewrites cookies to match the domain your application is currently on, converts sessions into JSON Web Tokens (JWTs), and ensures that cookies and URLs are properly configured. For more details, refer to the [Ory Proxy documentation](https://www.ory.sh/docs/guides/cli/proxy-and-tunnel#ory-proxy).brash-raincoat-15175
06/15/2024, 6:08 PMchilly-king-10285
06/15/2024, 6:08 PMchilly-king-10285
06/15/2024, 6:09 PMmagnificent-energy-493
brash-raincoat-15175
06/17/2024, 9:46 AM