Incorrect CORS policy preventing membership sign ups
RichardoC opened this issue · 2 comments
RichardoC commented
While trying to register as a member, clicking the "Submit" button on https://owasp.org/membership/ fails due to the following
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://owaspadmin.azurewebsites.net/api/CreateCheckoutSession?code=REDACTED. (Reason: CORS request did not succeed). Status code: (null).
I'm using Firefox 118.0.2 (64-bit) on Ubuntu, but I doubt this would be different on any other browser
I would open a PR to fix this, but I can't find the CORS policy being set in this repo.
Thanks folks
RichardoC commented
Sounds like it could be https://github.com/orgs/community/discussions/22399 ?
RichardoC commented
This got resolved via a jira ticket