Forum Discussion

BjinseV's avatar
11 years ago

Loading resources in HTTP request fails due to escaping

Hi,

When I load a simple homepage in a http request, like my own homepage:
http://www.ae-so.nl
and I check Load resources, one of the resources is failing.
The URL for the failed resource is:
http://www.ae-so.nl/rw_common/images/Ap ... %20244.png
And soapUI is loading:
http://www.ae-so.nl/rw_common/images/Ap ... 520244.png
So it escapes all % characters.
To prevent this, I checked the option in HTTP settings for not escaping endpoints, but that does not work.

If I make a http request for this URL directly, it does work when the preference is checked.

Greetings,
Bjinse
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    So you confirm that it works well when escaped.