ctb / twill-legacy

A simple command-line Web browser, for testing and Web automation.
https://twill-tools.github.io/twill
58 stars 29 forks source link

Accept header bug fix #7

Open mredar opened 10 years ago

mredar commented 10 years ago

See http://stackoverflow.com/questions/3796009/retrieve-application-json-document-with-twill-mechanize-in-authenticated-session

Alex Martelli is correct that the ';' should be a , . I had a server reject the ';' separated header, switch to , and no problem.