0
Under review
403 on my Basic Auth call to my API
I am using the guide you have published here to set up some calls to my Basic Auth protected ssl API. But I am getting 403. The method POST is ok, https is setup, if I copy paste the url and the username-password on POSTMAN it then returns some results. Am I missing something?
Customer support service by UserEcho
Hi,
Please create such monitor in your account and we will check
Hey,
Please have a look at monitor https@api.tourboks.com
Hi,
Any update on that?
Hi,
Sorry for the delay. We use the following way for basic access authentication process: https://user:password@www.example.com/index.html If you call it with your credential you received the same status 403.
Unfortunately that doesnt solve my issue. I am talking about an http monitor.
I cant save the format you provided to the target url.
curl --user user:pass https://www.example.com/api
works fine though