revolunet / react-mailchimp-subscribe

React subscribe form for Mailchimp.
https://revolunet.github.io/react-mailchimp-subscribe/
245 stars 48 forks source link

CORB blocked response on localhost #20

Closed retzion closed 5 years ago

retzion commented 5 years ago

When I run your demo locally, it works great. When I copied my mailchimp web form URL to the project the request is now blocked.

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://sohotokenlabs.us19.list-manage.com/subscribe?u=5ab64f1e30494af6c10c92f55&id=208b2b428b&EMAIL=email%40address.com&c=__jp0 with MIME type text/html. See https://www.chromestatus.com/feature/5629709824032768 for more details.

retzion commented 5 years ago

Never mind! The URL was wrong. I used the URL of the published form and found in another package's documentation that it needs to be the POST URL + u & id querystring params. All good now.

mohamadelhinamy commented 2 years ago

how did you change the method from get to post? @retzion