View Single Post
Old 08-06-2019, 09:46 AM   #11
bobbysteel
Big Poppa
bobbysteel began at the beginning.
 
Posts: 110
Karma: 10
Join Date: Jul 2010
Device: Nook
Quote:
Originally Posted by kovidgoyal View Post
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.
bobbysteel is offline   Reply With Quote