My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

[Tendermint] [v0.31.3] How to enable CORS settings?

prayag singh's photo
prayag singh
·Apr 18, 2019

Hey, I'm getting an empty response when sending the request to tendermint server. I have enabled below settings in config.toml file.

# A list of origins a cross-domain request can be executed from
# Default value '[]' disables cors support
# Use '["*"]' to allow any origin
cors_allowed_origins = ["*"]   <---- added * here

but still getting CORS issue.

Tested same with POSTMAN client and its working fine. below is the issue.

cors_issue.jpg