HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Support attribute names with '#' sign #1

Closed jreadey closed 6 months ago

jreadey commented 7 years ago

This is not working because '#' in interpreted as a http fragment character.

jreadey commented 6 months ago

This is supported now via use of the POST and PUT methods (to avoid having the attribute name as part of the url)