13 years ago
Putting spaces in URL for SoapUI
I'm attempting to test a REST interface, and I need to embed spaces in my URL. I'm using SoapUI 4.5.0, but I can't seem to figure out how to put spaces in the URL. If I specify the Resource with spaces in it (e.g. "/api/Foo Bar"), when I run it, it does a request for "/", i.e., it basically empties the URL and tries to get the root (I've verified this behavior using WireShark). If I put the URL encoding in myself (e.g., "/api/Foo%20Bar"), it url-encodes the whole thing, so I end up with "/api/Foo%2520Bar" being requested, which is also not what I want. How do I tell SoapUI to accept a space and url encode it, like it should?
Very frustrated.
-Jack Lund
Very frustrated.
-Jack Lund