Its working !
thanks a lot for the help (and the tool)
Search found 3 matches
- Sat Jan 13, 2024 9:10 pm
- Forum: HTTPAPI
- Topic: Token not found yet setAuth seems working
- Replies: 4
- Views: 10698
- Sat Jan 13, 2024 8:20 am
- Forum: HTTPAPI
- Topic: Token not found yet setAuth seems working
- Replies: 4
- Views: 10698
Re: Token not found yet setAuth seems working
Hi Scott
Yes, Token = Bearer
in my case the API use the word Token
thats why i used HTTP_AUTH_USRDFN
in soapUI i do this
Yes, Token = Bearer
in my case the API use the word Token
thats why i used HTTP_AUTH_USRDFN
in soapUI i do this
- Fri Jan 12, 2024 5:12 pm
- Forum: HTTPAPI
- Topic: Token not found yet setAuth seems working
- Replies: 4
- Views: 10698
Token not found yet setAuth seems working
Hi, First time trying auth with HTTAPI, im using http_setauth(HTTP_AUTH_USRDFN:'Token':'MyToken') then http_req('GET':%trim(url):*OMIT:response); it look like the token and auth is set but i got a http 200 response with Token not found, when i try the same thing in SoapUI it work Anyone got an idea ...