HTTP/HTTPS Support
3 comments
-
codputer
commented
I would add support for file transfer directly to azure blob storage, or amazon.
-
Savas OZER
commented
Standard .net classes don't support Socks4/5 proxy and storing/restoring cookies. Is this enough ?
-
AdminLukas Pokorny
(Admin, Rebex)
commented
Adding an HTTP/HTTPS component to our portfolio would definitely be a nice addition. However, before we start implementing this, we would like to have a list of a must-have features that are not possible (or easily possible) with .NET standard HTTP classes HttpWebRequest/HttpWebResponse.
Suggestions we received so far:
- Easily download a file or an URL and store it into file on local system
- Simple cookies support - ability to allow or deny cookies
- More control over session and authentication
- Post/put file or data to an URL
- No caching entire requests in memory before posting (large files use a large amount of memory)
- Bandwidth throttling (useful for large files)Please add more!