Re: copy past from our system to RDP issue

2020-12-01 Thread Mike Jumper
On Tue, Dec 1, 2020 at 2:28 AM Arpit Agarwal  wrote:

> Hello Mike,
>
> Thanks for the information. I am using chrome as browser and windows 2016
> server in RDP but still not able to copy from local and paste into rdp.
> Please help me to get this done if there is some steps i need to follow
> please tell me what need to do.
>

It should Just Work. The only cases I am aware of where this would not be
the case are:

* HTTPS is not being used (Chrome will refuse to provide clipboard access
to a web application that isn't served securely)
* The user has already refused clipboard access when Chrome asked whether
they wish to grant it (you can change that response and then have things
work as expected)

Michael Jumper
CEO, Lead Developer
Glyptodon Inc .


Re: copy past from our system to RDP issue

2020-12-01 Thread Arpit Agarwal
Hello Mike,

Thanks for the information. I am using chrome as browser and windows 2016 
server in RDP but still not able to copy from local and paste into rdp. Please 
help me to get this done if there is some steps i need to follow please tell me 
what need to do.

Thanks & Regards,   
Arpit Agarwal
Chat ID's:
GTalk  :a...@mpatra.com
Skype :iarpit22
http://www.arpitagarwal.in 
Office: +91 120 4561602
India Cell   : +91 99719 0
USA Cell : +1-732-705-7727

The information contained in this transmittal is privileged and confidential.  
The information is intended only for the use of the individual or entity named 
above. If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited.  If you have received this communication 
in error, please notify us immediately by telephone or e-mail, and delete this 
message from your server.
 P Please don't print this e-mail unless you really need to. Be Green.











> On 01-Dec-2020, at 12:01 PM, Mike Jumper  wrote:
> 
> On Mon, Nov 30, 2020, 22:13 Arpit Agarwal  > wrote:
> Hello,
> 
> We are facing issue of copying any text from our system to RDP. We are not 
> able to use ctrl+c (Copy any text from our system) and ctrl+v (past anything 
> to RDP Server) to RDP server. Is there any setting we need to do or its 
> feature. We are able to do this but first we have to past text to guacamole 
> clipboard and we want direct as working in case of Windows rdp.
> 
> It isn't a question of enabling a feature - Guacamole will already try to do 
> this by leveraging the relevant JavaScript API to read/write the local 
> clipboard. It's a question of browser support.
> 
> For this to work, the browser needs full support for the Asynchronous 
> Clipboard API. I believe only Chrome currently provides this in both read and 
> write directions.
> 
> The only exception to the above requirement is IE, which supports a legacy 
> API in a way that is compatible with asynchronous access. Guacamole is able 
> to leverage that for the same.
> 
> For all other cases, the browser simply does not allow direct clipboard 
> access.
> 
> - Mike
>