smadji
11 years agoContributor
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.
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.