mohan.siripi has asked for the wisdom of the Perl Monks concerning the following question:
We are using OIDCAuth.pm for processing the requests from our application and when we sent a request from browser or postman we see the following exception from our proxy server.
In our OIDCAuth.pm we are using LWP UserAgent.Please let me know if there is any module missing or any module need to install to resolve this issue.[Thu May 06 10:11:34.064858 2021] [perl:error] [pid 92949] [client 49. +37.171.196:54868] failed to resolve handler `CastIron::OIDCAuth': Bareword "HTTP::Status::RC_PERMANENT_REDIRECT" not allowed while "stri +ct subs" in use at /usr/local/lib/perl5/site_perl/5.28.3/LWP/UserAgen +t.pm line 318. Compilation failed in require at /etc/httpd/CastIron/OIDCAuth.pm line +17. BEGIN failed--compilation aborted at /etc/httpd/CastIron/OIDCAuth.pm l +ine 17. Compilation failed in require at (eval 38) line 1
Any help would be appreciated
Thanks
Mohan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Bareword "HTTP::Status::RC_PERMANENT_REDIRECT" not allowed while "strict subs" for https request
by bliako (Abbot) on May 06, 2021 at 13:55 UTC | |
|
Re: Bareword "HTTP::Status::RC_PERMANENT_REDIRECT" not allowed while "strict subs" for https request
by hippo (Archbishop) on May 06, 2021 at 10:59 UTC | |
|
Re: Bareword "HTTP::Status::RC_PERMANENT_REDIRECT" not allowed while "strict subs" for https request
by mohan.siripi (Initiate) on May 06, 2021 at 11:27 UTC | |
by Corion (Patriarch) on May 06, 2021 at 13:58 UTC |