E
E
Eugene Wolf2019-03-15 10:58:51
linux
Eugene Wolf, 2019-03-15 10:58:51

Is it possible to proxy WebDav over HTTP?

Good day, colleagues!
2 servers are given:
Server A, which contains several files with a total volume of ~ 300 GB, available exclusively via WebDav (after authorization), access to the settings is not available.
Server B, on which Nginx is installed and has full access to all settings.
Is it possible to use Nginx (server B) to pass authorization (by Nginx itself) and give files (from server A) via the HTTP protocol, bypassing WebDavs and other similar things?
PS The essence of the problem is that the files must be downloaded by the browser "directly", bypassing all sorts of WebDavs and even more so authorization. Uploading them to server B directly is not possible, because There is no extra 300 GB of space there. Influence the server settings And there is also no possibility.
I tried using davfs2... either I'm doing something wrong, or it works somehow wrong, but the feeling is that the download is going through the DialUp modem, and not over the local network. There is a suspicion that with this option, davfs2, before giving the file, first tries to load a large piece of it (or the entire file) into the buffer, after which the return already begins and chronic brakes are caused precisely by this.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alex McArrow, 2019-03-15
@AlexMcArrow

How to organize NGINX as a reverse proxy for a WEBDAV resource based on IIS?

A
Alexander, 2019-03-15
@alexr64

https://help.ubuntu.ru/wiki/davfs2
Mount and go.

R
rPman, 2019-03-15
@rPman

try https://nginx.org/ru/docs/http/ngx_http_dav_module.html

M
monaxMP, 2019-04-04
@monaxMP

try https://habr.com/en/sandbox/105166/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question