We're sorry, but something went wrong.

80 views
Skip to first unread message

StaceyB

unread,
Sep 9, 2013, 10:55:41 AM9/9/13
to streamsend-...@googlegroups.com
When making any GET calls (that all worked previously) I'm getting a page that says "We're sorry, but something went wrong." See below:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <title>We're sorry, but something went wrong</title>
	<style type="text/css">
		body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
		div.dialog {
			width: 25em;
			padding: 0 4em;
			margin: 4em auto 0 auto;
			border: 1px solid #ccc;
			border-right-color: #999;
			border-bottom-color: #999;
		}
		h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
	</style>
</head>

<body>
  <!-- This file lives in public/500.html -->
  <div class="dialog">
    <h1>We're sorry, but something went wrong.</h1>
    <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  </div>
</body>
</html>

StaceyB

unread,
Sep 9, 2013, 12:19:31 PM9/9/13
to streamsend-...@googlegroups.com
It seems that GET POST and DELETE are now case sensitive, where as before they were case insenesitive. "GET" works, but "get" results in the error page below.

Chris O'Meara

unread,
Sep 11, 2013, 8:36:25 PM9/11/13
to streamsend-...@googlegroups.com
Hi Stacey,

Thank you for bringing that change to my attention. HTTP verbs are indeed case sensitive. The previous version of our application framework allowed lower case verbs but the newer version we recently deployed is more strict. Regardless, we plan on cleaning up the response to send a more helpful response code.

Cheers,
Chris


--
 
---
You received this message because you are subscribed to the Google Groups "StreamSend API Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to streamsend-api-di...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages