danielp
10 years agoNew Contributor
How do I create a HTTP Request URL with uppercase characters
I'm trying to create a http request URL with uppercase characters in it but everytime that I try to upper case the Request URL it refeverts to lowercase meaning im unable to connect. This occuring in...
- 10 years ago
Hi,
Unfortunately, I have also found the HTTP TestStep UI converting things to lowercase to be a annoying issue!
One workaround is to use a property expansion to set the whole url (e.g. from a project level property) or just the parameters that are case sensitive, thus avoiding having to type the actual url into the HTTP Test Step editor - This is a similar post from a while ago (http://community.smartbear.com/t5/SoapUI-Open-Source/In-HTTP-Test-Requests-only-it-appears-Request-URL-field-won-t/m-p/98371#M17497)
In some cases others have edited the actual project XML file as a workaround!
Hope this helps,
Rupert