Method failed: (/api/products/3) with code: 403 - Forbidden username/password combo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 05:59 PM
I am getting below error while accessing a public url -
Method failed: (/api/products/3) with code: 403 - Forbidden username/password combo
URL - https://reqres.in/api/products/3 this is a public url, not any credential is required for this , I have tried with asp.net code, PostMan and Ajax code, It works fine but when i try it with Rest Messages, it given below error
Can anyone help me in this please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 06:49 PM
I see there is no authentication set.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2019 09:23 PM
Bhupendra,
Your API calls being blocked by CloudFare, which provides security for the website. For more information explore the below link
The Owner of the resource reqres.in is probably using Cloudflare to ban the ServiceNow's autonomous system number (ASN) to block the API calls.
ASNumber: 16839
Please contact the resource owner and request to remove this restriction to make the API calls from ServiceNow.
Thank you,
Aman Gurram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2021 10:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2021 04:06 PM
How do you do that?
I am getting the same error, when trying to do the same thing for an API I do not own.
I have an access key and everything works fine in browser and postman. But trying to hiot the endpoint in this manner gives me the same exact error.