Quote:
Originally Posted by kovidgoyal
The POST is working with curl and not mechanize?
|
Strange. I tested just the GET of the page itself, but it's hanging on the POST itself. The manual CURL redirects via 302 then throws up an error with Akamai
Code:
< HTTP/1.1 411 Length Required
< Server: AkamaiGHost
With curl I tried
Code:
-d "Content-Length: 108"
but that doesn't work either. Setting Calibre to allow redirects doesn't change the error. Are there other recipes that I should refer to for situations like this? It seems like quite a standard login box sadly.