In desperation, help requested #17
-
Hi, I'm trying to build a command line client for Harica as a replacement for Sectigo. I have a specific task that the client library needs to support. In short, I'm having trouble with authentication, and I see you've solved it. Can I ask for your help? I get the header field:
The jwt token signature "failes" on jwt.io. I just assume it's not signed, and I process it as a regular webtoken. Next step is to build the rest api call with http header and the three attributes. Harica's instructions: Whatever I do, all rest api calls I send with the three headers set, a html login page is returned. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, yeah. The docs of HARICA are sadly not that good and the API is a little bit picky. I've stumbled over the same issue(s). In detail you must preserve the Cookie Header and don't change it at all. In our tool this is done by using an internal cookie store. |
Beta Was this translation helpful? Give feedback.
-
It was a fight, took me almost a full day, but now I have found that little bugger. |
Beta Was this translation helpful? Give feedback.
Hi,
yeah. The docs of HARICA are sadly not that good and the API is a little bit picky.
I've stumbled over the same issue(s).
In detail you must preserve the Cookie Header and don't change it at all. In our tool this is done by using an internal cookie store.