Page access from chrome working OK but from appInventor I'm getting 403

I have a page built on InfinityFree the URL for the page is " http://mnuriel.infinityfreeapp.com/test1.php" when accessing it from chrome I'm getting Response Code 200, but from App Inventor it results with Response Code 403.
any idea what can be a problem?
Thought to change browser string, but I'm not sure how to do that.
Thanks for any help
Menashe

What is the error message?
Probably disallowed user agent?
https://community.appinventor.mit.edu/search?context=topic&context_id=122020&q=403&skip_context=true
Did you try https?

Taifun

I don't have https configured. The site is only on port 80.
When clicking on the link we are getting a simple answer.
The message which I assume is configured by the server "403 Forbidden".
Do I have a way to control the browser string?
Thanks

Try the webviewer

Taifun

Interesting - In webviewer it is working OK, I'm getting the page with response code 200,
web still show response code 403
Menashe

Infinityfreeapp is probably protecting itself against free riders.

The webviewer is able to ignore ssl errors, the web component not

See also

Taifun

1 Like