Open zendevil opened 4 years ago
It looks like the page is detecting that javascript is not enabled (because it's not!), and then presenting a captcha, in the meantime though it's returning a 403. You could try changing the :user-agent
, but unfortunately, it's the page that's behaving poorly, not clj-http.
When I make a request like so
I get the response
Where the body says <html class=\"no-js ie6 oldie\" lang=\"en-US\">. How do I fix this? It's supposed to return the actual webpage?