HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Quote produces http error 400
krbvroc1
New
Brand new 3.3 install - first time user.
When I hit the 'quote' button, it is replaced with a box that says 'Request failed with status code 400'.
In the http access.log I see a POST to /forum/api/v2/media/scrape which returns a 400. No other info.
If i try to manually invoke via swagger API - I see the 400 returns:
{ "message": "Host resolves to a blacklisted address.", "status": 400, "description": null }
Huh?
0
Comments
Similar errors come up when you do not have pretty urls enabled. Make sure you have enabled them. Look at the Javascript console for more information
Try various browsers. For me Opera produces such error, and in this forum as well.
Now that sounds as if there is some sort of content blocker working in your browser.
It's possible. I turned off "Use hardware acceleration when available" option in Opera and message 'Request failed with status code 400' no longer appears. Maybe this is the point.