https://bz.apache.org/bugzilla/show_bug.cgi?id=69237

            Bug ID: 69237
           Summary: how to read the request post body content in the fcgi
                    authorizer, instead of reading contents in the backend
                    fcgi
           Product: Apache httpd-2
           Version: 2.4.62
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_access
          Assignee: bugs@httpd.apache.org
          Reporter: venkigoud...@gmail.com
  Target Milestone: ---

curl -vk --data '{"UserName": "root", "Password": "super"}' -H "Content-Type:
application/json" 'https://ip/redfish/v1/'

Is there any possibility read username and password in the fcgi authorizer
itself, instead of reading contents in the backend fcgi modules.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to