Actions
Bug #37761
closedCockpit integration fails with AH: Unsafe URL with %3f URL rewritten without UnsafeAllow3F in foreman-ssl_error_ssl.log
Difficulty:
Triaged:
No
Description
Trying to access the web console takes the user to https://$foreman-fqdn/webcon/=$hostname?access_token=$token
Trying to access this url fails with 403, apparently mod_rewrite forbids rewrites where the request being rewritten contains %3F and the rewritten results has a ?. This behaviour can be turned off with a flag1.
[1] - https://httpd.apache.org/docs/2.4/rewrite/flags.html#flag_unsafe_allow_3f
Actions