kamu-data / kamu-node

Back-end implementation of the Open Data Fabric protocol
https://kamu.dev
Other
13 stars 2 forks source link

Node provides the UI a SimpleTP URL instead of SmartTP #122

Closed sergiimk closed 2 months ago

sergiimk commented 3 months ago

The URL is "Get Data" tab is for plain HTTP protocol: image

This will result in an inefficient download.

Should be changed to odf+https to use ODF SmTP.

We should also consider in future banning SiTP or somehow redirecting to SmTP automatically.

s373r commented 2 months ago

Done by https://github.com/kamu-data/kamu-cli/pull/812