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

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?

Comments

Sign In or Register to comment.