Search found 1 match
- Thu Mar 09, 2023 6:27 pm
- Forum: HTTPAPI
- Topic: HTTPAPI header authentication
- Replies: 3
- Views: 9398
HTTPAPI header authentication
Hi all. I'm making a request against a webservice with http_url_post_stmf function. This request only check the webservice status. The web service require authentication. Basically this is my code: http_setAuth( HTTP_AUTH_BASIC : %trim(Usuario) : %trim(Contrase) ); rc = http_url_post_stmf(%trim(http...