Hello everyone,

in the last couple of weeks my friend and I work on a data science product, that shall be hosted on IPFS and be driven by our own Stellar utility token. We described it a few times and a larger announcement will follow in the next couple of weeks.

We tried to host our stellar.toml file on IPFS, but the DNS settings etc. did not work properly. So for our stellar.toml file we rent a small hosting server (however one cannot make Apache settings)...

We uploaded our file on https://exohash.de/.well-known/stellar.toml. The file is found and verified e.g. by Stellarport (https://stellarport.io/assets/alphanum4/EXH/GD7S2JWO3SSA2YR2WZSKTIUIBGKBUAWKKGNBBLWJNECIZR2I7TUSC3M4), although CORS is not enabled. So I was wondering if enabling CORS is relevant for verification? Our recent problems where linked to rather restricted hosting services... another reason why we want to put everything (in the long run) on IPFS.

My second question: It is suggested to enable CORS via PHP or PERL. Does anyone got it working? If I "curl --head" my stellar.toml file is just request the toml file. How can one e.g. execute a PERL or PHP script?

Help is (as always) appreciated! You "witness" the very last pieces of or product, that are put together.

Cheers,
Thomas

CORS is only relevant if you expect someone to query your stellar.toml file FROM A BROWSER.

A DEX verifying assets on a back-end server won't care about CORS settings. A DEX website user that wants to know more details about your asset will have issues.

Hey dzham,

thanks again for your patient reply. I think some settings were wrongly set, since some stellar explorer sites were listing our file, without activated CORS. Anyhow everything works now properly.

Now we need to finish our IPFS site and send requests to the Wallet developers, since our Logo is not shown there.

We hope to provide some information next week.

Tamm: Your site is not properly configured somehow. HTTPS does not work and your file is not listed here, too: https://www.stellar.org/laboratory/#explorer?resource=assets&endpoint=single&values=eyJhc3NldF9jb2RlIjoiVEFNTSIsImFzc2V0X2lzc3VlciI6IkdDNjdPSFdEQ0hKTTdBNUdLMk9MQ0RIMkVWVTRMSkw0WFJGUTJOWVY2NU9WNlc0TURCVFhBSkpKIn0%3D&network=public

Cheers,
Thomas