Forum Discussion

smadji's avatar
smadji
Contributor
11 years ago

Ready! API bug with variable URL

Using Ready! API I have been trying to add a new http step, and part of it's 'request URL' is using a project-level-property (for the domain name)
The first word of the URL should be capitalized, but whenever I try to update it to capital letter it changes to a lower case letter. And the variable does not work

here is my request URL:
${#project#solr_end_point}/solr/property/select

Is there any other way to do it?

-- Also when attempting to add solr as a new service (I already have one REST service in the project) they are both given the same name and wont let me change them. This is why I am using http request with variable URL instead of rest and environment to control the URL.
  • until this is addressed, I wanted to write a note for other users for a possible by-pass.
    I ended up editing the xml manually and it was saved correctly and works.