如何通过代理传递给其余的api调用

时间:2018-01-02 21:37:39

标签: robotframework

我正在使用机器人框架,我想知道我该怎么办才能避免通过代理?我使用的是Windows,我确保环境变量中没有代理变量。我也通过WI-FI连接,而不像其他在LAN上看到GET请求没有问题的人。

KEYWORD ${resp} = RequestsLibrary . Get Request session, /token, params=${user info}, headers=${HEADER}
Documentation:  
Send a GET request on the session object found using the

Start / End / Elapsed:  20180102 13:17:11.558 / 20180102 13:18:26.569 / 00:01:15.011
13:17:11.566    DEBUG   Starting new HTTP connection (1): proxy-sanfran 
13:17:11.577    DEBUG   http://proxy-sanfran:80 "GET http://localhost:9000/token?userName=test_user&password=test123 HTTP/1.1" 301 None 
13:17:11.586    DEBUG   Resetting dropped connection: proxy-sanfran 
13:18:26.566    DEBUG   http://proxy-sanfran:80 "GET http://10.138.37.40 HTTP/1.1" 503 787  
13:18:26.568    INFO    Get Request using : alias=session, uri=/token, headers={'Content-Type': 'application/json'} json=None   
13:18:26.568    INFO    ${resp} = <Response [503]>

1 个答案:

答案 0 :(得分:1)

尝试设置环境变量NO_PROXY =“ localhost”