Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

horizon: expose date header to CORS clients #2315

Closed
tomerweller opened this issue Feb 22, 2020 · 0 comments · Fixed by #2316
Closed

horizon: expose date header to CORS clients #2315

tomerweller opened this issue Feb 22, 2020 · 0 comments · Fixed by #2316

Comments

@tomerweller
Copy link
Contributor

Horizon clients might be interested in obtaining an accurate timestamp. See stellar/dashboard#88.

Horizon's HTTP responses do contain a Date header. However, this is not a CORS approved header and horizon does not expose it using Access-Control-Expose-Headers.

I suggest fixing this by setting Access-Control-Expose-Headers: Date on all Horizon HTTP responses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant