/ tests / ReplayData / SpecificExceptions.testBadUserAgent.txt
SpecificExceptions.testBadUserAgent.txt
 1  https
 2  GET
 3  api.github.com
 4  None
 5  /user
 6  {'Authorization': 'Basic login_and_password_removed', 'User-Agent': ''}
 7  None
 8  403
 9  [('date', 'Fri, 17 May 2013 12:16:34 GMT'), ('content-length', '107'), ('content-type', 'application/octet-stream'), ('connection', 'keep-alive'), ('server', 'GitHub.com')]
10  {"message":"Missing or invalid User Agent string. See http://developer.github.com/v3/#user-agent-required"}
11