Open GautamTechConsultant opened 10 months ago
You've probably got your answer now, but I'll still answer...
This is a C# module, so it runs server-side in ASP.NET server. Why would a web server make to request to another server ? The only valid reason to be doing that is a very strange, non-client exposed, CDN, where the server A (the one serving the website) makes a request to another server (say B), which returns the file to A, which then sends it to the client.
Instead, if you want the client to run some WebDav requests, you probably want webdav, a JS library that you can import in a .vue file.
I want to implement this in vue.js + .net. Please let me know if its possible or not. Thanks