Trying to upload data to test analytics but getting 500 Internal Server Error.
with body:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 INTERNAL_SERVER_ERROR</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: INTERNAL_SERVER_ERROR</h1>
</body></html>
Even using GET instead POST witch should be processed as 500 Internal Server
Error:
with body:
<h1>GET is unsupported</h1>
To upload data, use POST.
returns wrong body:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>500 INTERNAL_SERVER_ERROR</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: INTERNAL_SERVER_ERROR</h1>
</body></html>
Original issue reported on code.google.com by mpokrase...@gmail.com on 9 Apr 2014 at 8:20
Original issue reported on code.google.com by
mpokrase...@gmail.com
on 9 Apr 2014 at 8:20