{ Community }
  • Academy
  • Docs
  • Developers
  • Resources
    • Community Articles
    • Apigee on GitHub
    • Code Samples
    • Videos & eBooks
    • Accelerator Methodology
  • Support
  • Ask a Question
  • Spaces
    • General
    • Edge/API Management
    • Developer Portal
    • API Design
    • APIM on Istio
    • Extensions
    • Business of APIs
    • Academy/Certification
    • Analytics
    • Events
    • Integration (AWS, PCF, Etc.)
    • Microgateway
    • Monetization
    • Private Cloud Deployment
    • Insights
    • IoT Apigee Link
    • BaaS/Usergrid
    • BaaS Transition/Migration
    • Apigee-127
    • New Customers
    • Topics
    • Questions
    • Articles
    • Ideas
    • Leaderboard
    • Badges
  • Log in
  • Sign up

Get answers, ideas, and support from the Apigee Community

  • Home /
  • Academy/Certification /
avatar image
8

Quickly retrieve IP address of Edge proxy  

  • Export to PDF
Carlos Eberhardt created · Feb 12, 2015 at 11:45 PM · 4.4k Views · edited · Feb 13, 2015 at 12:07 PM

Sometimes you need to quickly identify the ip addresses from which proxy requests will come in to your back end services. Perhaps you need to scan logs to identify requests, etc. The definitive way to get this information is to contact support, but for a quick-and-dirty answer you can create a simple pass-through proxy to http://httpbin.org/ip.

Then simply make a few requests to your new proxy, and you'll see the IP addresses. These may change over time (hence contact support for best answer), but for a "one minute" answer this is pretty quick.

☯ http http://cdmo-prod.apigee.net/ip  
HTTP/1.1 200 OK  
Access-Control-Allow-Credentials: true  
Access-Control-Allow-Origin: *  
Connection: keep-alive  
Content-Length: 33  
Content-Type: application/json  
Date: Thu, 12 Feb 2015 22:51:10 GMT  
Server: nginx  
{  
    "origin": "107.23.127.110"  
}  
☯ http http://cdmo-prod.apigee.net/ip  
HTTP/1.1 200 OK  
Access-Control-Allow-Credentials: true  
Access-Control-Allow-Origin: *  
Connection: keep-alive  
Content-Length: 32  
Content-Type: application/json  
Date: Thu, 12 Feb 2015 22:51:12 GMT  
Server: nginx  
{  
    "origin": "107.23.127.33"  
}  


ip.png (97.7 kB)
thub.nodes.view.add-new-comment
ip address
Add comment
10 |5000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by Apigeeks only
  • Viewable by the original poster
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Article

Contributors

avatar image avatar image avatar image
Unfollow

Follow this article

2 People are following this .

avatar image avatar image

Navigation

Quickly retrieve IP address of Edge proxy

Related Articles

  • Products
    • Edge - APIs
    • Insights - Big Data
    • Plans
  • Developers
    • Overview
    • Documentation
  • Resources
    • Overview
    • Blog
    • Apigee Institute
    • Academy
    • Documentation
  • Company
    • Overview
    • Press
    • Customers
    • Partners
    • Team
    • Events
    • Careers
    • Contact Us
  • Support
    • Support Overview
    • Documentation
    • Status
    • Edge Support Portal
    • Privacy Policy
    • Terms & Conditions
© 2019 Apigee Corp. All rights reserved. - Apigee Community Terms of Use - Powered by AnswerHub
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Create an article
  • Post an idea
  • Spaces
  • General
  • Edge/API Management
  • Developer Portal
  • API Design
  • APIM on Istio
  • Extensions
  • Business of APIs
  • Academy/Certification
  • Analytics
  • Events
  • Integration (AWS, PCF, Etc.)
  • Microgateway
  • Monetization
  • Private Cloud Deployment
  • Insights
  • IoT Apigee Link
  • BaaS/Usergrid
  • BaaS Transition/Migration
  • Apigee-127
  • New Customers
  • Explore
  • Topics
  • Questions
  • Articles
  • Ideas
  • Members
  • Badges