Hi there,
It seems that when I submit a URL to be validated, it sends a GET request using a text/html accept header.
This does not allow my application to differentiate between serving a HTML or JSON response for my public assertion view.
Could this be updated or give me a pointer as to where I could add a change for this?
I am happy to submit a PR myself.