How to encode UTF8 filename for HTTP headers? (Python, Django)
I have problem with HTTP headers, they’re encoded in ASCII and I want to provided a view for downloading files that names can be non ASCII.
I have problem with HTTP headers, they’re encoded in ASCII and I want to provided a view for downloading files that names can be non ASCII.
I try to build a python script who sends a POST with parameters for extracting the result.
With fiddler, I have extracted the post request who return that I want. The website uses https only.
I am newbie to python and using Python Flask and generating REST API service.