Junk character webservice URL

HI All,

I am getting junk characters inside the Web Service URL. How to add question mark without junk character. Is there any escape character for the replacement.

Please help

useradmin/users/disable?id=devan.ayadurai

Hi @kolipakularaviturnkey,

What error do you have ?

image

you can notice the last line. id\u003d

Try to put %3D instead of = sign.

still %3D giving same issue. ? got resolved

= still gvinging issues…?

/useradmin/users/disable?id\u003ddevan.ayadurai

/useradmin/users/disable?id\u003ddevan.ayadurai, Message: 0 : javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, HTTP Error Code: 0"]

This is the whole error message

Can you check if the network connectivity from VA to the target API is working?

Hi @kolipakularaviturnkey

This error is related to ssl certificates. So if the connection is https, you will need ssl certificates and then import them to VA so that it can connect to target application.

Thank You.
Regards
Vikas.

@kolipakularaviturnkey, following steps descriibe here Virtual Appliance Troubleshooting Guide - Compass (sailpoint.com) to add your target root certificate

1 Like

Hi All,

Even if after resolving the certificate also still Web service is not working.
= symbol getting replaced with \u003 special character.

/useradmin/users/disable?id\u003ddevan.ayadurai

302 error

Regards,
Ravi.

Hi @kolipakularaviturnkey,

302 mean your webservice respond with redirection.

Can you test this webservice with REST client like Postman ?

Best regards.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.