You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fcli sc-dast sensor disable : host unknow but user is able to ping the host
note: also have tried on VM which should be able to connect without configuring the host, but same error
The text was updated successfully, but these errors were encountered:
I experienced this issue before as well, but was hoping that it was an environmental issue. It took a lot of debugging effort to resolve this issue as it was caused by some hidden characters (probably copied from the Swagger page) that were not displayed by my IDE. Only after printing out the byte values for a known working host name allowed me to identify this issue.
Even more confusing was that these extra characters didn't come from the hostname itself (i.e. the host name stored in the session), but from the endpoint URI that is being appended to the base URL:
fcli sc-dast sensor disable : host unknow but user is able to ping the host
note: also have tried on VM which should be able to connect without configuring the host, but same error
The text was updated successfully, but these errors were encountered: