Error 403 Forbidden

I am encountering an issue with accessing a PHP script hosted on your server from my application developed in App Inventor. When attempting to retrieve data from the following URL: http://agua.free.nf/mostrarDato.php, I receive a 403 Forbidden error.

The PHP script at this URL is designed to return specific data based on the content of a database. However, when accessed through App Inventor, it returns a 403 Forbidden error. The script works correctly when accessed directly via a web browser.

Could you please assist me in identifying and resolving the issue causing the 403 Forbidden error when the PHP script is accessed from App Inventor? If there are specific settings or restrictions on your server that might be causing this issue, please let me know how I can adjust them or if there are additional steps I need to take.

Thank you for your assistance. I look forward to your response.

Hi and welcome to the forum! Please don’t use AI to write your posts, as it tends to overcomplicate the context we need even more and not understand anything. Any future post written with AI will result in it being flagged and deleted.

Anyway, as for your problem, I think this is causing it:

Not even using a custom domain and Cloudflare will bypass this on the application you’re going to use to test it, as cURL (the library used by AppInventor as well) is blocked either way.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.