How I can resolve the error 403?

0

I was develop an endpoint, when I testing in my localhost with a mock values, everything goes ok, but when I tried make the same test in my Insomnia, I get 403 error, I have no ideia that how i get this error.

403 ERROR The request could not be satisfied. Bad request. 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.

  • More information is needed to help here. What's the request that you're making? Could you show an example (say, a curl command and the output)? Can you provide any other details which expand on "I develop an endpoint"?

1 Answer
1
Accepted Answer

Please have a look at this article https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-troubleshoot-403-errors/ that summarizes the most common causes for CloudFront 403 errors. For example, if the alternate CNAME is properly configured for CloudFront to identify/route the test requests.

AWS
weidi
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions