You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usingAccess-Control-Expose-Headers
.I suggest fixing this by setting
Access-Control-Expose-Headers: Date
on all Horizon HTTP responses.The text was updated successfully, but these errors were encountered: