Search found 1 match

by gsuelves1
Thu Mar 09, 2023 6:27 pm
Forum: HTTPAPI
Topic: HTTPAPI header authentication
Replies: 3
Views: 9594

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 ...