Here's my ajax request method:
var gua;
function getGuacamole(){
var ajaxURL = "http://10.128.0.211:8080/apis/api/tokens";;
var userparams = {
"username":"guacadmin",
"password":"guacadmin"
};
$.ajax
source.
Origin 'null' is therefore not allowed.
发件人: Nick Couchman [mailto:vn...@apache.org]
发送时间: 当前系统时间为:2018年2月3日 12:09
收件人: user@guacamole.apache.org
主题: Re: Login to guacamole using the web api
On Fri, Feb 2, 2018 at 10:55 PM, zhangbin mailto:zhang...@iat.one> > wrote:
Hello,
how do I use guacamole/api/tokens and login remotely to guacamole web api by
submitting username, password json format data to get the authentication
code so that direct calls to the remote desktop window can be made.
Thanks for the help.