Closed ghost closed 3 years ago
Can you elaborate on 'everything is fine'?
Means the server/host allows the Authorization header.
On 15/05/2021 21:25, David Shanske wrote:
Can you elaborate on 'everything is fine'?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/indieweb/wordpress-indieauth/issues/201#issuecomment-841692371, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPTAMP26M7XH7CUOP7HWKTTN2RP7ANCNFSM446BEVLA.
-- Ali Reza Hayati (https://alirezahayati.com) Libre culture activist and privacy advocate PGP: 88A5 BDB7 E07C 39D0 8132 6412 DCB8 F138 B865 1771
I'm having the same issue. It seems that the Authorization
header isn't filtered on my instance either. I created a simple test.php file containing
$headers = getallheaders();
foreach($headers as $key=>$val){
echo $key . ': ' . $val . '<br>';
}
When I curl it with the Authorization header I see it in the response.
Is there anything else I can do to help troubleshoot this?
I'll be releasing an attempted fix based on @chee 's fix (just using WordPress functions rather than escaping manually, very soon
@0xARH @faevourite Can you recheck with the latest release and advise?
It's now fixed. Thank you very much.
On 29/05/2021 19:16, David Shanske wrote:
@0xARH https://github.com/0xARH @faevourite https://github.com/faevourite Can you recheck with the latest release and advise?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/indieweb/wordpress-indieauth/issues/201#issuecomment-850845187, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPTAMMXQETVLLZUBP7CRODTQD44BANCNFSM446BEVLA.
-- Ali Reza Hayati (https://alirezahayati.com) Libre culture activist and privacy advocate PGP: 88A5 BDB7 E07C 39D0 8132 6412 DCB8 F138 B865 1771
This is what I get:
I tested both codes/commands it said and the error doesn't go away. I asked my provider and he says everything is fine.