Hello <@U03N1E342B0> I filter a http request and f...
# help
j
Hello @Tom I filter a http request and forward a request to an external api. once i have got a response, i modify it in GlobalResponseTransformer. the problem is that i am getting aborted when trying to send a http request to Wiremock, seems like there is connection timeout (curl: (18) transfer closed with 177 bytes remaining to read). How can i increase such timeout in Wiremock 2.33 even though it's fast? the problem does not occur when there is no filter and response modification logic.
i found out that this is caused by non English characters that must be unicode escape sequence
👍 1
t
If you find time to write this up in an issue with steps to reproduce this would be much appreciated
👍 1