Search found 2 matches

by BrianH
Fri Oct 14, 2022 8:39 pm
Forum: HTTPAPI
Topic: Authentication on GET help
Replies: 2
Views: 5822

Re: Authentication on GET help

Hi Scott,

The http_xproc worked great!

Thank you so much!!
Brian
by BrianH
Fri Oct 14, 2022 1:50 pm
Forum: HTTPAPI
Topic: Authentication on GET help
Replies: 2
Views: 5822

Authentication on GET help

Hi Everyone! I'm looking for some help. I have an API over HTTPS that requires POST at login, from there you can use either the security cookie or token supplied in the returned JSON. My issue is with the next GET, POST, PUT, or DELETE request. I turned on debugging and reviewed the log, I don't thi...