Why do I get a 403 error when I tried to open a website? - google-chrome

I tried to go to [capterra.com], but I get this error:
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.
Generated by cloudfront (CloudFront)
Request ID: gl_jhiv6CXIVdD-qAeFEQXy9ymYLGqqXOR5MOKQI3Jpu2dlQk4tWIw==
What should I do?

Related

How can i resolve 401 unauthorized error?

I have made a database in Couchdb and to be able to connect remotely I have created a dynamic DNS. If in postman or in the windows terminal I put the url of the database that is
http://administrator:password#mydomain:5984/database
I get the data in JSON.
but when i write the same URL in my HTML code, I get the 401 unauthorized error.
I have written exactly the same URL and I don't understand why i get the 401 error. Can someone help me?
I have configured CORS and Postman doesn't detect any mistake.

Problem with accessing the api in a web page hosted in the IIS

I am making a forge web application, I have this page on an IIS server and it does not work for me, it does not display the model and it generates the following error in the front:
onDocumentLoadFailure() - errorCode:7
ForgeViewer.js
when I run my application locally and it generates a port if it works correctly.
Could you help me since I think the error is that you can access the api or something from a port that forge uses for the IIS
Thank you so much
Error code 7 stands for:
An unhandled response code was returned when accessing a network resource (HTTP 'everything else')
This error is issued by the viewer when its requests fail with response code other than 401, 403, 404, or 5XX.
I'd suggest that you check the Network tab of your browser's dev tools. For example, here's how to do that in Google Chrome. The failing request (typically highlighted in red) can typically provide more information about why it failed.

Deploy laravel project to InfinityFree

I uploaded my Laravel project to infinityfree.net, but get this error:
This page isn’t working right now sitename.epizy.com can't currently handle this request.
HTTP ERROR 500
How to fix this?
The 500 Internal Server Error is a very general HTTP status code that means something has gone wrong on the web site's server but the server could not be more specific on what the exact problem is.
Retry the web page by clicking the refresh/reload button or trying the URL from the address bar again. Even though the 500 Internal Server Error is reporting a general error on the web site's servers and not your computer, the server error may only be temporary. Trying the page again will often be successful.
Come back later. The 500 Internal Server Error message is one of the most common error message seen when checking out during an online purchase so sales are often disrupted. This is usually a great incentive to resolve the issue very quickly.
3.Try Clearing your cache and browser history. It could be possible that the page you are seeing is a cached version, so after the cache is cleared it will go away.
You can check the error log button in cPanel under the logs section to see what errors are being given if you have cPanel hosting with us. Sometimes 500 errors can be due to syntax errors in a .htaccess file or other things you may be able to quickly fix yourself.
You need to "error mood" on in php config file(you can search it in cpanel).error mood off to error mood on to see error log.after you checked the error and solved it change error mood setting.(error mood on to error mood off).I hope this will help you a little.

OpenShift & SwiftMail email authentication on remote site only

I am trying to send email via my gmail account and cannot find a solution to this error:
Fatal error: Uncaught exception 'Swift_TransportException' with message 'Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at .....
If I run my website on localhost (using win7, IIS Express and WebMatrix) my code works and the email is delivered. So my problem appears to be a possible configuration problem or misunderstanding on my part with OpenShift.
I have tried both port 465/SSL and 587/TLS and neither work on uploaded code.
Let me know what information to post to help track this problem down.
Many thanks in advance.
Simply change your gmail account security settings, it's work for me. There is no other issue it will be..cheers!

403 Forbidden error when accessing Google Drive API downloadURL

I've been doing a lot of development locally with the Google Drive API, but suddenly I'm no longer able to access files using the downloadUrl link.
I'm wondering if I've been blocked or anything, although I can't see how as I should be well under the API limit. The 403 isn't the friendly Google one, but a standard:
HTTP Error 403 (Forbidden): The server refused to fulfill the request
Any ideas? Thanks!
Check the error messages on the 403 responses, it will give you some information. You may have to perform exponential backoff.
you are accessing google drive file using download url bt download url is expired after some time so that you catch error and generate new request for that file