why ALL, even the sample projects always appear in 403 forbidden??
Given that thousands of users per hour don’t have that problem, you’re going to have to get a lot more detailed.
Hi, I’m new here at Glitch, but I’m experiencing the same problem… when I try to access the project through an external “Get” or “Post” call, I get a 403 error.
what project are you trying to visit? Send over a link if you have it handy.
Hello, thank you for your interest:
I’ve been trying to access this project: https://projeto1-lcinfo.glitch.me/ using either the get or post methods… it only returns a 403 error.
are you sending a User-Agent header?
When you say “external GET or POST”, do you mean fetching with the GET/POST verbs from another website? Or does that site not even load normally in the browser?
I’ve created a few projects since I opened my account, but every project I try to access from outside gives me a 403 error.
The project opens in the browser, but when I try to use the “Talend API Tester” to send a parameter, it always gives me a 403 error, even before I add my code.
Where should I send the User-Agent header? Can you give me an example?
from their screenshots
you’d add it in that “HEADERS” section under the “METHOD.” try clicking “+ Add header” and putting in User-Agent
before the “:” and talend-api-tester/25.14.3
after the “:”
I added the User-Agent in the API Tester header and it worked! Thank you very much!