MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests

Home Page:http://marketsquare.github.io/robotframework-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 Forbidden error while connecting to a server from Jenkins

SahithKumarrko opened this issue · comments

Hi Team,

I am working on a project to automate a Trade Brokerage system of a client. I need to connect to a server and perform few actions.
I was able to connect from inside the client network, but i was not able to connect from the client's jenkins node. We checked the network connectivity and proxy settings everything is good. We also checked from a java script to connect to the server that also worked. But we were not able to do it using RobotFramework Requests library.

Here is the log of the robot script executed on jenkins node.
error

Please can you help me to resolve this issue.

Thanks.
Sahith

I believe there is something wrong with authentication / authorization in your network most probably not related to Requests.