Quantcast
Channel: stardot.org.uk
Viewing all articles
Browse latest Browse all 5801

programming • Re: Using OSFIND end in channel error

$
0
0
What are you using as the line endings for the GET request? HTTP expects CHR$13+CHR$10.
Thanks again! That has cracked it, I was originally trying:

Code:

.telnetEQUS "GET / HTTP/1.1",13,"Host: ",0
Changing this to

Code:

.telnetEQUS "GET / HTTP/1.1",13,10,"Host: ",0
Has solved the problem :) So now it works great over serial with TcpSer at the other end, now to just get it working with the TCP/IP over Econet rom.

Statistics: Posted by vela025 — Mon Mar 24, 2025 8:45 am



Viewing all articles
Browse latest Browse all 5801

Trending Articles