Skip to content

Instantly share code, notes, and snippets.

@thoughtless
Created October 30, 2009 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoughtless/222084 to your computer and use it in GitHub Desktop.
Save thoughtless/222084 to your computer and use it in GitHub Desktop.
Request: What Twilio sent your server HTTP Method: POST
HTTP URL: https://twilio-test-2.heroku.com/call
HTTP BODY: Key Value
AccountSid AC4c7328c003b1f8184d57aa643c358de4
CallStatus in-progress
CalledVia
Called 7782944419
CallerCountry CA
CalledZip
CallerCity WHITE ROCK
Caller 7782944419
CalledCity WHITE ROCK
CallSegmentGuid
CalledCountry CA
DialStatus answered
CallerState BC
CallSid CA9a27eb02f1733322b623d04de17deb99
CallGuid CA9a27eb02f1733322b623d04de17deb99
AccountGuid AC4c7328c003b1f8184d57aa643c358de4
CalledState BC
CallerZip
Response: What your web application responded with to Twilio HTTP Headers: Key Value
X-Varnish 168303938
Retry-After 0
Age 0
Date Fri, 30 Oct 2009 03:19:18 GMT
Content-Length 1057
Connection close
Content-Type text/html; charset=utf-8
Server nginx/0.6.38
HTTP BODY: view sourceprint?01.<!DOCTYPE html>
02.<html>
03.<head>
04.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
05.
<title>Heroku | Ouchie Guy</title>
06.</head>
07.<body>
08.
<div style="margin:2em 5em">
09.
<h1>Heroku Error</h1>
10.
<img src="http://heroku.com/images/pages/japan.gif" style="float:left;margin-right:1em">
11.
<h3>Oops, we seem to have a glitch in our system.</h3>
12.
<p>We've been notified; you might try reloading the page in a little while.</p>
13.
<p><small>v 10173 168303938</small></p>
14.
</div>
15.
16.
<!--
17.
ERROR: 400 Bad Request
18.
INSTANCE: varnish64.10173
19.
XID: 168303938
20.
-->
21.
22.
23.<script type="text/javascript">
24.var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
25.document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
26.</script>
27.<script type="text/javascript">
28.try{
29.var pageTracker = _gat._getTracker("UA-2989055-1");
30.pageTracker._setDomainName(".heroku.com");
31.pageTracker._trackPageview();
32.} catch(err) {}
33.</script>
34.
35.</body>
36.</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment