Bug 69237 - how to read the request post body content in the fcgi authorizer, instead of reading contents in the backend fcgi
Summary: how to read the request post body content in the fcgi authorizer, instead of ...
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_access (show other bugs)
Version: 2.4.62
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-01 14:39 UTC by venki
Modified: 2024-08-01 14:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description venki 2024-08-01 14:39:23 UTC
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.
Comment 1 Yann Ylavic 2024-08-01 14:47:13 UTC
This bugzilla if for reporting bugs, for support please ask on the user@ mainling list (https://httpd.apache.org/userslist.html).