Hello Experts,
Need your kind help, i am running a basic POST call using ansible uri module with Basic Authencation
below is the programtic code but i am getting 403 error.
Hello Experts,
Need your kind help, i am running a basic POST call using ansible uri module with Basic Authencation
below is the programtic code but i am getting 403 error.
Hello Experts,
Need your kind help, i am running a basic POST call using ansible uri module with Basic Authencation
below is the programtic code but i am getting 403 error.
-name: Request API Token
ansible.builtin.uri:
url: “https”//vrlcm.local/lcm/authzn/api/login"
For starters the url is incorrect, it’s got a
Semicolon mixed by a double quote
Apologize for the error that , it was a typo tbh. Well the issue is still present.
Thanks
Reehan
Hello Experts,
Hate to follow up but looking for a help/solution
"urlopen error tunnel connection failed: 403 forribidden" indicates an
issue with a proxy.
But - there is some sort of typo again there (forribidden).
No problem with being impatient but please pay more attention to your
question/copy/pasting, to avoid wasting everyone's time here.
In any case, you've explicitly configured "use_proxy: no".
This leads me to suspect that your network might have implemented a
transparent proxy.
Can you confirm that the same request, from the same host, but done
manually with curl, does work?
Please post the evidence of that, so we can rule out any proxy issues.