Hi! I'm running into an issue with how WireMock is...
# help
a
Hi! I'm running into an issue with how WireMock is taking in input files: it seems to be treating any percent symbols as encoding instead of an actual percent symbol. Specifically, after narrowing down the file, it is choking on
%ae
. For context, my problem was that WireMock is complaining that it's not a valid UTF-8 (but, I validated that the file getting written is UTF-8, and it's getting read as UTF-8). Does anyone have recommendations on getting past this issue?
r
is your goal to return the contents of the file in a response?
or do you mean the file contents is being sent in a request to your wiremock server?