Hey everyone, I have a webserver with a .php script that receives location data and outputs a corresponding code to a .txt document.
Now both files are located in an .htaccess secured folder.
Can the Arduino access secured folders? Or should i place the txt document in an unsecured folder?
It can, you just have to provide the necessary HTTP (Authorization:) header yourself. You don't have to encode (base64) the header on the Arduino, you can do that on your PC once and provide the constant string to the server.