You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it is also possible to use this framework to handle web requests involving binary data.
Is it possible to set the content-type to e.g. multipart/form-data
And get a request stream?
A bit similar to this ASP.NET implementation: https://technowide.net/2012/09/01/upload-binary-data-http-post/
Hi there,
I was wondering if it is also possible to use this framework to handle web requests involving binary data.
Is it possible to set the content-type to e.g. multipart/form-data
And get a request stream?
A bit similar to this ASP.NET implementation: https://technowide.net/2012/09/01/upload-binary-data-http-post/
A way to do this may be by setting up a streamreader (https://stackoverflow.com/questions/67844289/powershell-api-using-streamreader) but I don't know if this tool's architecture would allow that.
The text was updated successfully, but these errors were encountered: