Re: PerlAccessHandler for POST access
Mithun Bhattacharya <[email protected]> Thu, 4 Aug 2022 00:22:37 -0700
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAHTPV9KJiB3LeoOynr+pNi1HXVjwJYRpjHpZ0Y2vYLykJcNdjQ@mail.gmail.com> |
It only means that Apache::Request did not parse your POST request correctly. It is not form encoded or there is a typo. You need to share the complete GET & POST request with the data section. On Wed, Aug 3, 2022 at 5:52 AM pengyh <[email protected]> wrote: > > > > > Have you checked that the values of $key and $digest are equal? > > as i have said, GET always works, but POST doesn't. so I am not sure > where is wrong. > >