Re: [ansible-project] Basic Authencation using uri Module (Post)

2022-09-02 Thread Dick Visser
On Fri, 2 Sept 2022 at 19:08, Mohammed Reehan wrote: "msg": "status code was -1 and not [200]: Request failed: >>> tunnel connection failed: 403 forribidden>", "redirected": "false", "status": "-1" "urlopen error tunnel connection failed: 403 forribidden" indicates an issue with

Re: [ansible-project] Basic Authencation using uri Module (Post)

2022-09-02 Thread Mohammed Reehan
Hello Experts, Hate to follow up but looking for a help/solution On Fri, Sep 2, 2022, 12:00 AM Mohammed Reehan wrote: > Apologize for the error that , it was a typo tbh. Well the issue is still > present. > > Thanks > Reehan > > On Thu, Sep 1, 2022, 11:56 PM Dick Visser wrote: > >> >> >> On

Re: [ansible-project] Basic Authencation using uri Module (Post)

2022-09-01 Thread Mohammed Reehan
Apologize for the error that , it was a typo tbh. Well the issue is still present. Thanks Reehan On Thu, Sep 1, 2022, 11:56 PM Dick Visser wrote: > > > On Thu, 1 Sep 2022 at 19:45, Mohammed Reehan > wrote: > >> Hello Experts, >> >> Need your kind help, i am running a basic POST call using

Re: [ansible-project] Basic Authencation using uri Module (Post)

2022-09-01 Thread Dick Visser
On Thu, 1 Sep 2022 at 19:45, Mohammed Reehan wrote: > 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: >

[ansible-project] Basic Authencation using uri Module (Post)

2022-09-01 Thread Mohammed Reehan
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" method: POST