vaimee/zion

Incorrect /.well-known URL

Closed this issue ยท 2 comments

Zion hosts the Thing Description of the directory at /well-known/wot. My understanding of the specification is that it should be /.well-known/wot, which currently returns a 404.

I also noticed that link to the Thing Description in the Zion HTML UI server at / links to /well-known/wot-thing-description which returns a 404.

P.S. Congrats on the release! Great to see the WoT Discovery specification in action.

P.S. Congrats on the release! Great to see the WoT Discovery specification in action.

Thank you again!! we are doing our best ๐Ÿ’ช๐Ÿป .

Zion hosts the Thing Description of the directory at /well-known/wot. My understanding of the specification is that it should be /.well-known/wot, which currently returns a 404.

This is of course a silly typo, fixing it ๐Ÿ‘๐Ÿป .

I also noticed that link to the Thing Description in the Zion HTML UI server at / links to /well-known/wot-thing-description which returns a 404.

Ah, that was tricky, it is some left over when we didn't have the landing page. It is probably also related to #7.

I also noticed that link to the Thing Description in the Zion HTML UI server at / links to /well-known/wot-thing-description which returns a 404.

Already fixed in e7b2988.