Forum Discussion

krenevla's avatar
krenevla
Contributor
11 years ago

[Reg] [5.1.2] - HTTP test step - no capitals in Req. URL

Hi,

it's not possible to use capital letters in Request URL field of HTTP request test step. This is a problem because then we have unknown host error etc.
How to reproduce :
1 - create HTTP step
2 - insert/write any capital letter
-----> it will be lowercased

br,
Vladan
  • Hello,

    There is an internal defect of SOAP-2847 for this issue. We will let you know when this is fixed.


    Regards,
    Marcus
    SmartBear Support
  • Hi,

    thanks, but please put a bit higher priority on this issue because I have to use free version of SoapUI when I am working with HTTP requests and it's quite annoying

    Br, Vladan
    • DmitryQA's avatar
      DmitryQA
      Occasional Visitor

      Hi all.

       

      Problem is actual for last SoapUI 5.2.1, and really consumes lot of working time.

       

       

      Can You please update issue status? Or inform us, that there is just no ability to capitalize URLS for https...

       

       

      Sincerely,

      Dmitry,

      ws tester,

      • nmrao's avatar
        nmrao
        Icon for Champion Level 2 rankChampion Level 2

        The simplest workaround for you can be

         

        Define custom project property for the endpoint with the whatever case or however you wanted and use this property as the endpoint like ${#Project#ENDPOINT_SERVICE1}

         

        You may define value for ENDPOINT_SERVICE1 something like HTTPS://servername:port/service1/path

         

        Hope this is helpful;