Is it possible to disable the requirement to use Java Script when using a site withąt a scripts? (fr

### Website URL

(please specify the URL of the site on which you are experiencing the problem)

Error Message

(please share the FULL error message you see, if applicable)

Hey, I wanted to test with making, a page where you could send data from simple devices like arduino and then present them but during testing I encountered a problem, JS support is required to work properly. I have a question if it is possible to do something about it? My testing device: Arduino UNO R4 WiFi, does not support JS, cookies, etc. This Arduino only allows to handle Post or Get requests (with the libraries I currently use, but I don’t think there are any that support JS technologies) or receive responses in text form. Below is the server response in relation to the post request sent to the server:

This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support

Arduino UNO R4 WiFi

Other Information

(other information and details relevant to your question)

Hi and welcome to the forum!

In short: it’s not possible to disable this security system, unless you have a custom domain and use Cloudflare (and that could only bypass it, not disable it entirely) that is.

8 Likes

That’s exactly why. Because of a security system that makes sure the browser can handle both JavaScript and cookies (to protect against bots), if you do not have those you will fail to access the site.