Open BennyAlex opened 4 years ago
Hello,
the mockign dosnt work when I try to use an absolute URL (www.example.com/api/)
I already set the urlRoot to www.example.com/api/.
Can it be related with CORS limitations? If you want to make a request to a different domain, requested server needs to return CORS response headers. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Hello,
the mockign dosnt work when I try to use an absolute URL (www.example.com/api/)
I already set the urlRoot to www.example.com/api/.