cancel
Showing results for 
Search instead for 
Did you mean: 

Restful url error - "reference" parameter with ":" or "-" characters

0 Kudos

Hello,

When the Restful URL contains the character ":" or the character "-", the response is Error 400 ...

For example, this URL doesn't work :

http://boserver:6405/biprws/raylight/v1/documents/104501/reports/5/map?reference=5.A.-

But reference contains the character ":" or the character "-" :

<node name="0073" reference="5.A.x"/>
<node name="0074" reference="5.A.y"/>
<node name="0076" reference="5.A.z"/>
<node name="0077" reference="5.A.:"/>
<node name="0079" reference="5.A.-"/>

<node name="0080" reference="5.A.10"/>
<node name="0081" reference="5.A.11"/>
<node name="0082" reference="5.A.12"/>

How to pass these special characters in the URL ?

Thank you.

Best Regards,

Antoine

Accepted Solutions (0)

Answers (2)

Answers (2)

daniel_paulsen
Active Contributor
0 Kudos

Hi Antoine,

Can you confirm if you still have the problem when URL encoding the characters like ":" and "-" ?

Dan

0 Kudos

Has anyone ever had the problem ?
Thank you for your help !