python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Basic Auth using Vite proxy
I tried to connect via basic auth to a URL using vite. Credentials are correct, but an empty form field opens up.
export default defineConfig({
base: './',
server: {
proxy: {
'/data': {
...
StephanB
Votes: 0
Answers: 1
How to rewrite returned paths when using a proxy
I have a use case where 2 applications are hosted on the same system, 1 externally (from the system) accessible, and 1 only accessible via localhost:8081.
I have tried http-proxy and http-proxy-middle...
Ty Savercool
Votes: 0
Answers: 0
fatal: unable to connect to gerrit.googlesource.com
I am trying to download the manifest file for the AM57xx PD17.1.0 BSP,
But iam getting error like below:
repo init -u https://stash.phytec.com/projects/PUB/repos/manifests-phytec.git -b am57xx -m PD17...
shravan Kulal
Votes: 0
Answers: 0
VSCode WebViewPanel behind corporate proxy
I am using the "C4 DSL Extension" of VSCode to show previews of my architecture diagrams. The previews are rendered through the WebviewPanel. The source code can be found here: https://gitla...
Vierheller
Votes: 0
Answers: 1