-1

I have currently installed my NODEMCU with an HTML page on it. Now I want to access it over a public IP via. SSH. I want my Raspberry to call the webbage (10.10.10.99/licht-an).

Now my problem is that I don't want to open a webbrowser all the time. Can anyone provide some ideas?

M--
  • 25,431
  • 8
  • 61
  • 93
JFK
  • 7
  • 3

1 Answers1

0

This worked for me: jfk@Chaos-VM:~$ curl --head 10.10.10.99/light2on


Response: HTTP/1.1 200 OK Content-Type: text/html

JFK
  • 7
  • 3