-
Notifications
You must be signed in to change notification settings - Fork 5
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
request-cert doesn't handle JSON responses #26
Labels
Comments
Spindel
added a commit
that referenced
this issue
Jun 17, 2015
We have moved over to using JSON formatted error messages, rather than html templates. This fixes issue #26
for review @niligulmohar |
Spindel
added a commit
that referenced
this issue
Jun 29, 2015
We have moved over to using JSON formatted error messages, rather than html templates. This fixes issue #26
@Spindel @niligulmohar I randomly get this error. Could it be related to this issue?
|
Could be, the first dump is the json.decode() failing, the second one is a complaint about mismatched tag in the second part. Best would be to have a printout of what it's actually returned (Raw) before so we know why it's failing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We recently enabled JSON responses for the web service, however request-cert still lives in a world where it parses html.
A fix will be upcoming.
The text was updated successfully, but these errors were encountered: