Hi, I am facing the issue when I deploy the sample API APIGEE-EDGE (unchanged after pulling from github). Deployment goes well and i get the following message.
Deployment on test successful
"learn-edge" Revision 1
deployed
environment = test
base path = /
URI = [http://itravindrasingh-eval-test.apigee.net/v1/learn-edge](http://itravindrasingh-eval-test.apigee.net/v1/learn-edge)
URI = [https://itravindrasingh-eval-test.apigee.net/v1/learn-edge](https://itravindrasingh-eval-test.apigee.net/v1/learn-edge)
but just after that when I execute it generates the incorrect URL as mentioned below so I get error message on curl ‘curl: (6) Could not resolve host: itravindrasingh-eval-test.https error’.
Now, we will call the API proxy with this curl command: curl -i [http://itravindrasingh-eval-test.https://itravindrasingh-eval-test.apigee.net/v1/learn-edge](http://itravindrasingh-eval-test.https://itravindrasingh-eval-test.apigee.net/v1/learn-edge)