Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. KEYWORD ${resp} = RequestsLibrary . Get Request session, /token, params=${user info}, headers=${HEADER}
  2. Documentation:
  3. Send a GET request on the session object found using the
  4.  
  5. Start / End / Elapsed: 20180102 13:17:11.558 / 20180102 13:18:26.569 / 00:01:15.011
  6. 13:17:11.566 DEBUG Starting new HTTP connection (1): proxy-sanfran
  7. 13:17:11.577 DEBUG http://proxy-sanfran:80 "GET http://localhost:9000/token?userName=test_user&password=test123 HTTP/1.1" 301 None
  8. 13:17:11.586 DEBUG Resetting dropped connection: proxy-sfo
  9. 13:18:26.566 DEBUG http://proxy-sanfran:80 "GET http://10.138.37.40 HTTP/1.1" 503 787
  10. 13:18:26.568 INFO Get Request using : alias=session, uri=/token, headers={'Content-Type': 'application/json'} json=None
  11. 13:18:26.568 INFO ${resp} = <Response [503]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement