Step 2: Test your new proxy

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

Now that you've created a new proxy, you're ready to test it.

You can test your "getstarted" API using curl or a web browser.

To test your new proxy:

  1. In a terminal window, execute the following curl command:
    curl https://org_name-test.apigee.net/getstarted

    Where:

    For example:

    curl https://ahamilton-eval-test.apigee.net/getstarted

    Alternatively, you can navigate to "https://org_name-test.apigee.net/getstarted" in a browser.

    You should receive the following response:

    Hello, Guest!

If you get a timeout error or your test is unsuccessful, try undeploying and then redeploying the new API proxy in the test environment. For more information, see Deploying and undeploying an API proxy. If you continue to experience this issue, contact Apigee Edge Support.

Next step

Step 1 Step 2 Step 3: Change your target endpoint Step 4