We recently implemented the webHID API for one of our sites (it is such a godsend) and have the client asking if they can use the devices over a Microsoft RDP connection? I imagine this would depend on the RDP client and whether they can/do send HID events over the RDP connection. From some initial research it looks like you can redirect USB over RDP but don't think this will work for us as I couldn't get my device mapping done with the webUSB API. If anyone has any input on this it would be greatly appreciated. Thx
Is it possible to use the webHID API over and RDP connection?
186 Views Asked by Ryan H At
1
There are 1 best solutions below
Related Questions in GOOGLE-CHROME
- How to tweak the security policy of Chrome, in order to run "unsafe" snippets in the console?
- Is it possible to manipuate 3rd party Chrome Extensions Network Reqeuests?
- undetected_chromedriver urllib.error.URLError
- Load testing k6 browser + docker
- Editor texto estilo WYSIWYG
- NodeJS crashing chrome browser
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- Chrome extension MV3: persistent service worker die after wake up from hibernation
- Attempting to Bundle a Require Command For a Chrome Extension
- Launch URL from C# and detect when browser is closed
- Python selenium scrap data from dynamic website table
- Google Chrome is consuming a lot of CPU on a video call?
- Component drawing error React App on Android + Chrome
- Chrome Selenium CDP Bidi API - Next Commands sended to Target Session have no effect while the initial one does work
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
Related Questions in RDP
- Windows Credential Provider - How to retrieve the username from _CREDENTIAL_PROVIDER_CREDENTIAL_SERIALIZATION pcpcs
- Azure VM RDP doesn't require 'Virtual Machine Admin/User Login' roles despite what documentation says
- FreeRDP / Remmina from Ubuntu to Ubuntu shows black screen except from top menu bar and is not interactable
- Myrtille Remote Access Gateway API
- i could not able to connect to my VM instance
- Is it possible to use WebAuthn with a hard token over a remote desktop connection?
- GUI of an RDP session remain active after disconnect with 4K screen resolution
- Can't reach azure virtual machine with RDP Connection
- Unexpected Screen Resolution Change in Windows Server during Automated UI Testing via RDP: How to Fix?
- RDP from one AWS ec2 to other and ping from one ec2 to other
- Guacamole : Message will not be sent because the WebSocket session has been closed
- Mobile keyboard not triggered using guacamole-common-js in browser
- Windows screencopy .net api not working as expected due to scaling issue
- RDP with Ngrok not working (Pay-as-you-go plan)
- System.Diagnostics.Debugger.Launch() is launching debugging window in another session in RDP
Related Questions in WEBHID
- Get data (charge information) from HID-device (USB wireless mouse) with Python and pyusb library
- Sending image to rom memory stu-540 via webHid api
- Can webHID API read mice or keyboard low-level event or any technology to get low-level events in web
- webHID syntax for USB-Relay-2
- USB Scale not showing up using WebHID
- Webhid device opened, but oninputreport listener is not work
- HID devices window popup appears even when no HID devices are available
- Reading NFC into web application
- Wait for WebHID response to be ready
- Can Chrome extensions communicate with USB-devices?
- WebHID: no compatible device found, but device shows up in Chrome device log?
- navigator.enumerateDevices returning different Device IDs Intermittently
- Is it possible to use the webHID API over and RDP connection?
- WebHID API How to get Input Report without sending Output Report
- Availability of WebHID/WebUSB APIs on iOS
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
WebUSB, WebHID and Web Serial should work with a remoted USB device.
That said, there may be bugs if these devices don't appear to applications like Chrome in quite the same way they do when connected locally. If they don't, it would be interesting to get logs from
chrome://device-logand see how the device appears in the Windows Device Manager.Please file a bug at https://crbug.com/new and let us know so that we can keep track of this issue.