Wrong HttpMethod applied by AuthContext::new_post #2
Closed
opened 5 years ago by Ghost
·
2 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The code
is applying the GET method instead of the POST method. This causes the md5(method:uri) value to be incorrectly calculated and so causes post requests to fail
Good catch, I suppose I never used that function ;)
I'll fix it ASAP
oops took a while, finally fixed