Skip to content

REST API: Diagnostics

aldrinleal edited this page Dec 16, 2012 · 4 revisions

Debug

See

Dumps Endpoints Headers Variables

In this case, all the received Header Variables will be printed. Useful for debugging the server

Example Response

{
  "Host": [
    "ipeirotis-hrd.appspot.com:80"
  ],
  "Accept": [
    "application/json"
  ],
  "X-Forwarded-For": [
    "23.23.3.43, 23.21.68.63"
  ],
  "x-forwarded-port": [
    "443"
  ],
  "x-forwarded-proto": [
    "https"
  ],
  "X-Mashape-Version": [
    "2.3.5"
  ],
  "X-Mashape-User-PublicKey": [
    "o8m0zyetzixyml6g8buhv8vydpag3i"
  ],
  "X-Mashape-User": [
    "aldrinleal"
  ],
  "User-Agent": [
    "mashape-java/2.0"
  ],
  "X-AppEngine-Country": [
    "US"
  ],
  "X-AppEngine-Region": [
    "ny"
  ],
  "X-AppEngine-City": [
    "new york"
  ],
  "X-AppEngine-CityLatLong": [
    "40.714353,-74.005973"
  ]
}
Clone this wiki locally