Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T 072733: Update multipart form request serializer (#165)
- With the existing implementation we were having difficulties sending HTTP multipart requests to the RestAPI. - The issue appeared to be the boundary value that is sent alongside these requests. - The RestAPI endpoint in question (/Documents/LiabilityRelease?consumerId=[ID]) wasn't accepting the existing boundary value. - In a multipart request, a boundary acts like a marker for each key/value pair in the request's form data.
- Loading branch information