Forum Discussion

KasiaK's avatar
12 years ago

Cannot create Request URL with "%" inside.

It's not possible to create Request URL with "%" inside.
When we put "%" directly into URL the URL cannot be generated but SOAPUI.
When we use the URL-encoding value for "%" = "%25" e.g. http://test1/%25test2/ then generated by SOAPUI URL looks incorrect: http://test1/%25test2/ and the expected URL should looks like http://test1/%test2/

Is there any workaround for this bug?
  • Hi,

    When I use % in the URL SoapUI is able to handle it. It converts the % to a %25. Make sure you do not have "Pre-encoded Endpoints" checked in File -> Preferences -> HTTP Settings.

    I'm using SoapUI 4.6.2, which version of SoapUI are you using?