Demna
05/31/2022, 8:46 AMhttp://localhost:8080
as the allowed origin when enabling CORS for my API Gateway (for both /user
and /auth
resources), I still get what appears to be a CORS error.
The first, OPTIONS
request returns code 403 Forbidden, saying, CORS Missing Allow Origin
. The second, POST
request says, NS_ERROR_DOM_BAD_URI
.
On the other hand, when testing the API from the online tool, https://hoppscotch.io — which, from what I understand, sends the request from its own domain — it's received perfectly fine. What's up with that?ULCE31
05/31/2022, 3:42 PMrp
05/31/2022, 4:48 PMsheyzi_silver
06/01/2022, 6:01 AMCaptainPhoton
06/05/2022, 6:02 PMaV
06/08/2022, 3:40 AMrp
06/08/2022, 4:13 AMsheyzi_silver
06/09/2022, 3:40 AMrp
06/09/2022, 4:20 AMsheyzi_silver
06/10/2022, 9:54 AMsheyzi_silver
06/10/2022, 12:36 PMaV
06/10/2022, 5:23 PMJake
06/12/2022, 1:20 AMaylmao
06/12/2022, 2:03 PMaylmao
06/12/2022, 2:03 PMrp
06/12/2022, 2:04 PMaylmao
06/12/2022, 2:05 PMaylmao
06/12/2022, 2:05 PMrp
06/12/2022, 2:06 PMaylmao
06/12/2022, 2:06 PMaylmao
06/12/2022, 2:07 PMrp
06/12/2022, 2:08 PMrp
06/12/2022, 2:25 PMdoraig
06/14/2022, 7:15 PMrp
06/15/2022, 4:02 AMdoraig
06/20/2022, 8:04 AMdoraig
06/20/2022, 12:18 PMCaptainPhoton
06/20/2022, 4:19 PMconstantinos
06/21/2022, 2:18 PMNaf
06/22/2022, 10:42 AM