I get an 403 error by sending a file with HttpClient to a backend under a Azure WAF. The answer were 403 response with 'Multipart request body failed strict ...
I want to upload an original MultipartFormDataContent through Refit and use the Boundary of MultipartFormDataContent in the Request Headers. For example, I want to write the field of an object in ...