Add user-agent (curl)#495
Conversation
|
Btw, this tutorial is too complicated: https://www.raspberrypi.com/tutorials/how-to-use-a-raspberry-pi-in-kiosk-mode/
Profit! |
|
@nikolaev-rd BTW according to here it shows up as x86_64 Regarding your second comment: |
I read this, and there is a lot of things that need to be done to get it started for kweb: https://forums.raspberrypi.com/viewtopic.php?t=40860 |
* Add user-agent (curl) * user-agent: Linux x86_64
While trying to create a simple clock kiosk using this site: https://time.is/clock/Moscow found, that in case
curlrequests are forbidden:curl -sL -b cookiefile -w "%{http_code}\\n" https://time.is/clock/Moscow -o /dev/null 403Details:
This is confusing, I didn’t even immediately understand why I only had a black screen and a mouse cursor, found this related issue: #405
Maybe this will be helpfull for someone else.