MarketSquare / robotframework-requests

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

When a post request uses post on session to send data mode, the parameters are cut #377

Open yewuxue opened 1 year ago

yewuxue commented 1 year ago

However this is fine when using post request

lucagiove commented 1 year ago

looking at the code it should not, could you provide a failing test?

yewuxue commented 1 year ago

image image image

lucagiove commented 1 year ago

I meant a test that can be added in the library code base (in atest folder) to reproduce the bug. Once I've a failing test I can try to fix the library, it would speedup bug fixing otherwise I've to try to reproduce it before changing the library code. Thanks!

lucagiove commented 1 year ago

You can then create a Pull Request of the test