cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3069
Views
10
Helpful
15
Replies

REST POST inserting a "?"

JohnBushong8071
Level 1
Level 1

When sending a POST to another server, the CCX inserts a "?" at the end of the URL. The server responds with 200 however, because of the "?" the POST data is dropped by the server.

 

UCCX Status details: "POST https://{server name}/apiv1/coSpaces?

In Postman: https://{server name}/apiv1/coSpaces

 

I tried putting in a "/" after the URL

UCCX Status details: "POST https://{server name}/apiv1/coSpaces/?

 

How do I get rid of that "?" ?

 

John B

15 Replies 15

BalajiSivaraj49175
Spotlight
Spotlight

Try to solve this procedure capturing the post man service in the WiresharkCapture55.JPG logs