Software Development Kit (SDK) and API Discussions

OnCommand API Services Web UI character encoding error

acjackson
2,915 Views

I'm trying to setup an OnCommand Services API machine on CentOS 7.0.

 

If I try to access the Web UI, I get the following error:

 

The character encoding of the plain text document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the file needs to be declared in the transfer protocol or file needs to use a byte order mark as an encoding signature.

 

 

Maybe someone can point me in the right direction.

 

 

 

edit:

the solution is simple: You must use HTTPS and not HTTP, because there is no redirect.

1 ACCEPTED SOLUTION

pukale
2,671 Views

Pl. open oncommand API Services Web UI using https.

 

example:

https://<IP-ADDRESS>/api-admin/#/login

View solution in original post

1 REPLY 1

pukale
2,672 Views

Pl. open oncommand API Services Web UI using https.

 

example:

https://<IP-ADDRESS>/api-admin/#/login

Public