Open chhabraharsh opened 3 years ago
Server IP's and Non-Indian IP's are blocked. You could try Indian Aws servers or lambda functions as a proxy.
@rahulshinde11 We are using Indian AWS in Mumbai region. What could be another possible reason?
I think now they are also blocking all Server IPs. If you are making a website you may have a way. Was it working before?
There is another way. Try running the API inside a Lambda function and pass it back to your backend.
Also, you could attach an Elastic IP and see if that will work. Or remove if you have one
And you need permission to use protected api.
I have the same problem. I'm using AWS Mumbai region to make sure that I get an Indian IP. The API calls are throwing 403. What could be the reason @cowinapi ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
403 ERROR
The request could not be satisfied.
Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Tried adding user agent and server APIs mentioned in the documentation, nothing worked.