-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Test Suite does not register successful responses from www-api.staging.jvt.me #86
Comments
Looking in the Network tab of the browser, I see a 500 response from
|
it's possible it's due to Caddy returning as HTTP/2 which returns the |
Correction: it's valid to be case insensitive as per HTTP/1.1, but in HTTP/2 it always sends as lowercase https://superuser.com/a/1467474 |
Not 100% sure if it's related to the GuzzleHTTP client as I've run it locally against an HTTP/2 endpoint and case-sensitivity doesn't seem to be an issue. @aaronpk is it possible to see if there's anything in the logs? |
Disabling HTTP/2 on Caddy still results in a 500 from Micropub.rocks, so I believe it's an issue unrelated to HTTP version / header case sensitivity. |
Micropub.rocks seems to not register a response when using my staging Micropub endpoint:
Could this be related to the
Location
header returning a URL fragment not a querystring?The text was updated successfully, but these errors were encountered: