I write header in the HTTP response header of IIS. How do I set up multiple domain names? Setting * is too unsafe
the backend is written by php, but header will report an error when written in php, so it can only be written in IIS
.I write header in the HTTP response header of IIS. How do I set up multiple domain names? Setting * is too unsafe
the backend is written by php, but header will report an error when written in php, so it can only be written in IIS
.use URL Rewrite components:
in Web.config, the configuration allows cross-domain access to multiple specified domain names
IIS already has a dedicated CORS component, so please delete your own defined response header,
Previous: How to use elementui? for seajs
Next: When a page is requested by scrapy for loop, some pages are not returned.