MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests
http://marketsquare.github.io/robotframework-requests/
MIT License
488 stars 280 forks source link

Misleading allow_redirection parameters #361

Closed hernandik closed 2 years ago

hernandik commented 2 years ago

I spend some time trying to disable the allow_redirection parameter, until I figure out that I had to use ${False} instead of False. I was only able to identify that on one place inside the documentation. After that, I decide to improve the documentation to help others in the future.

hernandik commented 2 years ago

I create a merge request for such fix, please, let me known if I did something wrong during the process. https://github.com/MarketSquare/robotframework-requests/pull/359