Hey there I am working on project where I need to use rest APIs for send and received data from andriod application I test my API in local xampp server by using postman and It works pretty fine
But When upload my code to the server and hit request from POSTMAN it gives me an error
Here the error
Here look you can see I set Access-Control-Allow-Origin to *(all request) but still I get error
Kindly help me to fix this error Thank you