pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 61 forks source link

Error during creating entity with space in _id #37

Closed glapcio closed 5 years ago

glapcio commented 5 years ago

During creating entity with set _id and this _id contains invalid characters like space we are receiving an error from http module.Simple add encodeURI fix this issue

pofider commented 5 years ago

Thank you