Search found 2 matches

by tomh5480
Wed Dec 28, 2022 8:00 pm
Forum: HTTPAPI
Topic: Error: CommTCP_read: Socket has been shut down.
Replies: 3
Views: 9738

Re: Error: CommTCP_read: Socket has been shut down.

I did obfuscate the IP addresses, company policy.

So I'm thinking I'm not all the way current on httpapi - if I install the most-recent version, will I need to recompile my programs that are compiled with the httpapi headers?

Thanks
by tomh5480
Fri Dec 16, 2022 1:50 pm
Forum: HTTPAPI
Topic: Error: CommTCP_read: Socket has been shut down.
Replies: 3
Views: 9738

Error: CommTCP_read: Socket has been shut down.

We're on OS v7r4

One of my programs is failing with the following error:
CommTCP_read: Socket has been shut down.

URL that I'm attempting:
http://192.168.999.998/SendEmail/SendEmail.aspx?from=tom@idocket.com&to=tom@idocket.com&msg=Test&subj=Test

If I enter the url from a browser window, it works ...