In my example, I returned string ID as “Test 01”. The self-link looks like:
http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')
This url won't work with IIS7 with default settings. As it will blocks double encoding url for security reason.
http://hongye2dev3/9cfe3174130842d5b5e43761cee4f566/StringPrimaryKeyType('Test%25201')
This url won't work with IIS7 with default settings. As it will blocks double encoding url for security reason.