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
I've found an issue while working on #11.
Any URL with a trailing slash leads to 404 Not Found.
However, http://127.0.0.1:9090/my-thing and http://127.0.0.1:9090/my-thing/ must be the same URL.
This can lead to incompatibility issues with node-wot as well.
The text was updated successfully, but these errors were encountered:
I've found an issue while working on #11.
Any URL with a trailing slash leads to 404 Not Found.
However,
http://127.0.0.1:9090/my-thing
andhttp://127.0.0.1:9090/my-thing/
must be the same URL.This can lead to incompatibility issues with node-wot as well.
The text was updated successfully, but these errors were encountered: