-1

I have two website abc.com and xyz.com both are running from same server so would i be getting any CORS issue? I think CORS issue comes only when we request from one server to another which has differ IPs. Any suggestions?

nirmesh
  • 121
  • 6

1 Answers1

0

CORS is not caring about IP but domain. Because abc.com and xyz.com has a different domain, so they have CORS issue.

Juey
  • 123
  • 1
  • 6