
Search found 3 matches
- Mon Jul 31, 2023 1:34 pm
- Forum: HTTPAPI
- Topic: debugging host refused connection
- Replies: 4
- Views: 11005
Re: debugging host refused connection
the answer was right under my nose! i did not think about that , it does make perfect sense. well shoot i appreciate the response very much mr klement!
and thank you stefan i seemed to misunderstand your explanation

- Sat Jul 29, 2023 1:34 pm
- Forum: HTTPAPI
- Topic: debugging host refused connection
- Replies: 4
- Views: 11005
Re: debugging host refused connection
Sorry to clarify, the API is running locally from a different .NET application On my PC. I did use the localhost URL in postman and that was successful.
- Sat Jul 29, 2023 2:35 am
- Forum: HTTPAPI
- Topic: debugging host refused connection
- Replies: 4
- Views: 11005
debugging host refused connection
hey all, new to HTTPAPI. trying to post a stmf using a simple http_url_post_stmf rc = http_url_post_stmf( URL : %trim(filepath) : %trim(responsePath) ); but everytime i try it says host refused connection( going after localhost ) URL :https://localhost:7143/string/string( url is correct tested in po...