cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1630
Views
0
Helpful
2
Replies

Guest Portal Customization - call outside api

ahmedfouad
Level 1
Level 1

Hello , 

 

i am trying to use a java script code at the Guest portal self register page in order to call an external API server using web service to check for mobile no. at another DB . 

xhttp.open("GET", "http://" + ip + "/api/Search/Mobile/" + mobile, true);

 

but unfortunately i am getting this error from the console logs of the browser when debugging the operation of the Guest register page

 

"Refused to connect to 'http://x.y.z.z/api/Search/Mobile/xxxxxxx' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback"

 

so where in the Guest portal i can edit this content security policy  ?!!!

 

 

thanks alot 

1 Accepted Solution

Accepted Solutions

Correct its not supported. I know there are familiar requests as well. Please reach out to our product team for future enhancement requests, externally for cisco customers/partners at http://cs.co/ise-feedback for cisco employees internally at http://cs.co/ise-pm

 

View solution in original post

2 Replies 2

Francesco Molino
VIP Alumni
VIP Alumni
Hi

If I'm not mistaken, this is not configurable right now.
However not checked if it's on version 2.7.

Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question

Correct its not supported. I know there are familiar requests as well. Please reach out to our product team for future enhancement requests, externally for cisco customers/partners at http://cs.co/ise-feedback for cisco employees internally at http://cs.co/ise-pm