How to remove the character '?' in the field restUrl

Hello,

I am trying to execute rest requests, without any parameters, but in the field restUrl always add the character ‘?’. This makes that in some cases, for example, when checking the endpoint /health of any of my services, which does not require authorization, I returned a 401. However, if I copy the url without the character ‘?’ in the browser it returns a 200 correctly.

How can I configure so that it does not send the interrogation?

Thanks.

The ‘?’ will not affect the test. Could you double check the Authentication information at Header tab?

Hi @slazaro84

Please upgrade KS to v6.0.6 or later to resolve this issue

2 Likes

Thank you,

when updating has already been fixed.