You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In below xml file from targets/default.xml, I want to replace https://example.com url Dynamically or Runtime with the url (https://myservice.com) which I got when I deployed the Service called MyService on ec2.
I am deploying some service called MyService on Ec2 and got the ip or url let's say https://myservice.com
Now I want to use this url https://myservice.com in apigee edge runtime,
Let's say, Below is Apigee Edge Proxy Project Structure.
In below xml file from targets/default.xml, I want to replace https://example.com url Dynamically or Runtime with the url (https://myservice.com) which I got when I deployed the Service called MyService on ec2.
Main reason behind updating this url runtime is:
In my network, we are updating urls on daily basis of the services which are deployed on ec2, here for example, it is MyService on ec2
The text was updated successfully, but these errors were encountered: