Forum Discussion

kevintaylor503's avatar
kevintaylor503
New Contributor
9 years ago

"illegal Character in path index" error for MicroService testing

Hi everybody,

 

SoapUI 5.2.1 returns a 403 Forbidden for me when executing a call to retrieve a specific tenant ("MicroService URL/tenant/{tenantId}"). The error in the SoapUI log is: "ERROR:An error occurred [Illegal character in path at index 61: TenantMicroService/tenants/{tenantId}]"
This same call returns successfully in Postman.
Both tests are using the same Admin authorization token and same headers.
Any ideas? Is there a known issue for SoapUI?

  • I figured out the issue. The addition of the header "Cache-Control" helped. Looks like my application was caching some value that threw off my test flow.