Tarasovych
Tarasovych

Reputation: 2398

Remote debugging - forward https?

Is it possible to forward locally-server site (but served with https) via remote debugging somehow?
enter image description here
My site is served via https because it uses some also https-based API. But it seems like there is no option now to forward it straightly.

Upvotes: 0

Views: 455

Answers (1)

Josh Lee
Josh Lee

Reputation: 177845

It seems to work. If you forward port 1234 to localhost:8080, then you should be able to access https://localhost:1234 on your device.

There's no spot to specify a protocol because it's a straight port forward.

Upvotes: 1

Related Questions