Answer the question
In order to leave comments, you need to log in
How to simulate such a request in python using requests?
There he is
Answer the question
In order to leave comments, you need to log in
This is a multipart query.
Make requests.post with files argument like
requests.post('https://httpbin.org/post', files={'param_1': (None, 'param 1 value'), 'param_2': (None, 'param 2 value')})
How to attach a file is described here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question