I incorrectly posted this on Github Issues. Sorry about that.
Response to that message was that I should get a modern version. I am using Gatling 2 with JDK 1.8X.
I shouldn’t get this error with that combination?
Getting exception on GET calls that have a query parameter that contains an array of json objects:
options=[{ “entityType”: “Specialty”, “scope”: “all”, “start”:0 }]
The call successfully returns data in Chrome. I tried putting the url-encoded version into gatling code, but same error. Any way to get around it? Thanks!
i.g.http.action.HttpRequestAction - Action HttpRequestAction crashed, forwarding user to next one
java.lang.IllegalArgumentException: Illegal character in query at index 121:
URL here
at java.net.URI.create(Unknown Source) ~[na:1.8.0_25]
at io.gatling.http.cookie.CookieHandling$.getStoredCookies(CookieHandling.scala:29) ~[gatling-http-2.0.0-M3a.jar:na]
at io.gatling.http.request.builder.AbstractHttpRequestBuilder.io$gatling$http$request$builder$AbstractHttpRequestBuilder$
Thanks!