cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1291
Views
25
Helpful
7
Replies

After UCCX upgrade from 10.6 to 11.6(2) wallboard (HTTP trigger) will not show in Chrome

David Winther
Level 1
Level 1

Hi 

After UCCX upgrade from 10.6 to 11.6(2) wallboard (HTTP trigger) will not show in Chrome, it only shows the HTML as text in the browser, it works fine in Firefox and IE.

 

I asked a webdevolper about the problem and he was saying that the problem is the webserver on the UCCX is not sending Content-Type: text/html; charset=utf-8” headeren in the HTTP response.

 

Has anyone an idea how to solve this.

 

/Thanks David

1 Accepted Solution

Accepted Solutions

Anthony Holloway
Cisco Employee
Cisco Employee
Yes, use the Set Http Contact Info step before your Send Http Response step.

In the Set Http Contact Info step, on the Headers tab, add the Header:

Name = "Content-Type"
Value = "text/html"

Save/upload/refresh/test

View solution in original post

7 Replies 7

Anthony Holloway
Cisco Employee
Cisco Employee
Yes, use the Set Http Contact Info step before your Send Http Response step.

In the Set Http Contact Info step, on the Headers tab, add the Header:

Name = "Content-Type"
Value = "text/html"

Save/upload/refresh/test

Hi Anthony,

 

Thanks for taking the time to answer this one, You made my day.. :-)

 

/David

I take it, that it worked then?

Also, did you have to switch the port? Like from 9080 to 9443 to go from HTTP to HTTPS? Or does it auto redirect you from HTTP to HTTPS? And do you access it via hostname or IP.

Yes it worked. :-)

 

But i am running only HTTP on IP. Customer has actually asked if i could run HTTPS because they would implement it as a Iframe in a exsting HTTPS site. Is it difficult to get it running as HTTPS instead.?

 

We do have custometr CA signed certificates on the servers.

 

/David

Nope, just access via HTTPS, FQDN, and port 9443.

It´s actually redirecting back to http when accesing the https url.

If i would allow the site to run in a Iframe can i just add the X-Frame-Options in the content header as well. Have you tried that?