Created
October 8, 2012 19:13
-
-
Save corydeppen/3854311 to your computer and use it in GitHub Desktop.
ServiceStack cross-origin request/ response headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request URL:http://localhost:63005/utils/md5/test | |
Request Method:OPTIONS | |
Status Code:200 OK | |
Request Headers | |
Accept:*/* | |
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
Accept-Encoding:gzip,deflate,sdch | |
Accept-Language:en-US,en;q=0.8 | |
Access-Control-Request-Headers:origin, content-type, accept | |
Access-Control-Request-Method:GET | |
Connection:keep-alive | |
Host:localhost:63005 | |
Origin:http://localhost:49391 | |
Referer:http://localhost:49391/md5 | |
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.17 Safari/537.11 | |
Response Headers | |
Cache-Control:private | |
Content-Length:0 | |
Date:Mon, 08 Oct 2012 19:10:07 GMT | |
Server:Microsoft-IIS/8.0 | |
X-AspNet-Version:4.0.30319 | |
X-Powered-By:ASP.NET | |
X-SourceFiles:=?UTF-8?B?QzpcVXNlcnNcY2RlcHBlblxDb2RlXFV0aWxzXHNyY1xBcGlcdXRpbHNcbWQ1XHRlc3Q=?= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sweet! glad to here it :)
Yeah it's probably a good idea to move to the new API, imo it's simpler more intuitive + requires less effort. We're slowly replacing all demos/examples to move to the new API on our side as well.