stellar-deprecated / account-viewer

DEPRECATED. Go to https://github.com/stellar/account-viewer-v2
Apache License 2.0
62 stars 65 forks source link

Support federation #31

Closed jedmccaleb closed 8 years ago

jedmccaleb commented 8 years ago

I think this used to work but I can't send to jedmccaleb*codetip.io

bartekn commented 8 years ago
$ curl -v https://www.codetip.io/.well-known/stellar.toml
*   Trying 52.38.241.218...
* Connected to www.codetip.io (52.38.241.218) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
* Server certificate: codetip.io
* Server certificate: Let's Encrypt Authority X3
* Server certificate: DST Root CA X3
> GET /.well-known/stellar.toml HTTP/1.1
> Host: www.codetip.io
> User-Agent: curl/7.43.0
> Accept: */*
> 
< HTTP/1.1 200 OK
< Server: nginx/1.4.6 (Ubuntu)
< Date: Mon, 11 Jul 2016 11:23:13 GMT
< Content-Type: application/octet-stream
< Content-Length: 55
< Last-Modified: Mon, 23 May 2016 20:46:37 GMT
< Connection: keep-alive
< ETag: "57436c2d-37"
< Accept-Ranges: bytes
< 

FEDERATION_SERVER="https://codetip.io/fed/federation"
* Connection #0 to host www.codetip.io left intact

Response is missing Access-Control-Allow-Origin header.