Implementation of HTTP Proxy with file saving. Where can I find information?
-
You need to implement a proxy server that will save all files passing through it. (Only files will be downloaded through it)
e.g. there is a request - myserver / test.avi
you need to save the test.avi file at the time of the request.
Which way to dig? Have any of you solved this problem?C++ Anonymous, Oct 13, 2019 -
A proxy server, plus a script that will save all files, or some specific files.
It is even possible to do without scripts, banal cache - turn on the cache, configure it and enjoy.
Anything can be used as a proxy, for example Squid.Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!