Thanks again! That has cracked it, I was originally trying:What are you using as the line endings for the GET request? HTTP expects CHR$13+CHR$10.
Code:
.telnetEQUS "GET / HTTP/1.1",13,"Host: ",0Code:
.telnetEQUS "GET / HTTP/1.1",13,10,"Host: ",0Statistics: Posted by vela025 — Mon Mar 24, 2025 8:45 am