Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You won't be able to

to make a request, parse the csrftokenmiddleware field and POST it along with the other fields.

because JS on a different domain won't be able to fetch and use data from your domain to construct requests if your server is configured properlyproperly.

Read about CORS.

You won't be able to

to make a request, parse the csrftokenmiddleware field and POST it along with the other fields.

because JS on a different domain won't be able to fetch and use data from your domain to construct requests if your server is configured properly.

Read about CORS.

You won't be able to

to make a request, parse the csrftokenmiddleware field and POST it along with the other fields.

because JS on a different domain won't be able to fetch and use data from your domain to construct requests if your server is configured properly.

Read about CORS.

Source Link
warmspringwinds
  • 1.2k
  • 3
  • 14
  • 32

You won't be able to

to make a request, parse the csrftokenmiddleware field and POST it along with the other fields.

because JS on a different domain won't be able to fetch and use data from your domain to construct requests if your server is configured properly.

Read about CORS.