-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using request multipart in response template #968
Comments
Currently there is no special logic to parse a multipart and extract the parts. I'll need to think on this how to could be added and how this could be used. |
@rmeshksar |
You can use preview version https://github.com/WireMock-Net/WireMock.Net/wiki/MyGet-preview-versions |
@rmeshksar |
@rmeshksar It would really help if you can try this version before I merge to this main and create a new official version. |
Hi @StefH, would this PR solve my problem here: https://stackoverflow.com/questions/77989392/wiremock-net-c-how-to-get-a-pdf-from-a-request-body-form-data Also is part of the latest nuget package 1.5.47? |
Hi,
The content-type of the request is
multipart/form-data; boundary=4f5cb47fa8f04c7f91424474f070f497+1110027
Each section of multipart is an XML like this:
In the response template I would like to use XPath to get some information of specific section.
Is it possible?
The text was updated successfully, but these errors were encountered: