Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://techllurgy.com/hwc/api/ip. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘*, *’). code example

Example: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://vtl-lab.com/VN/crecc-cms/api/member/register.json. (Reason: CORS request did not succeed).

Add below code when request API

header("Access-Control-Allow-Origin: *");

Tags:

Php Example