You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @coetzeetx 👋🏽 thanks for raising this issue. You have to use 200 rewrite to proxy the request to another domain which appears you have done correctly initially. Can you please provide your app ID so we can further investigate? An HAR capture after making the request can also help us identify why the request is not working.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
I am trying to setup a proxy for my Amplify web app so that '/demo' is redirecting to another domain which would be my server in this case.
to do this I use the following rule:
The Result is a 403 on my frontend.
I have also tried a redirect:
which results in a CORS missing in header issue.
but upon inspecting the server's headings cors is allowed on all domains:
what am i doing wrong?
The text was updated successfully, but these errors were encountered: