How to programmatically authenticate to URL returned by asExternalUri with Remote Tunnels? #1528
-
I'm developing an extension to access local Android device on the remote machine when using VS Code Remote Development. For this I'm planning to have two extensions. One running on the remote extension host, which will create a http server, and another running on the UI extension host, which will connect to the local devices and forward communication to the remote http server. I'm using When using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you be a bit more specific about the issue? What is the format of the URL, and what additional information is needed? If I understand correctly, your remote http service is what will be authenticating the URL (provided you have port access, etc), so knowing more about the issue would be helpful. |
Beta Was this translation helpful? Give feedback.
-
@nisargjhaveri Is this still an issue? |
Beta Was this translation helpful? Give feedback.
-
Covered by microsoft/vscode-remote-release#9195 which I will take up soon |
Beta Was this translation helpful? Give feedback.
Covered by microsoft/vscode-remote-release#9195 which I will take up soon