Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use local network proxy #1224

Open
ghost opened this issue Oct 26, 2019 · 10 comments
Open

Can't use local network proxy #1224

ghost opened this issue Oct 26, 2019 · 10 comments

Comments

@ghost
Copy link

ghost commented Oct 26, 2019

The last version form MS Store can't use local HTTP proxy(from 127.0.0.1 or localhost), but before version can use that. I have test the localhost proxy server by telegram desktop version(from MS Store), every things show that proxy server works normal. Could you fix? It's is a really important feature in some where.

@maxkatz6
Copy link

Could you fix?

I think, you can.
Because I am almost sure, that problem is same as here: https://stackoverflow.com/questions/33259763/uwp-enable-local-network-loopback

@ghost
Copy link
Author

ghost commented Oct 26, 2019

Could you fix?

I think, you can.
Because I am almost sure, that problem is same as here: https://stackoverflow.com/questions/33259763/uwp-enable-local-network-loopback

Thank you. I will test that solution. But I remember before version can user local proxy without any more setting, so I want to sure may be Unigram have some way to use local proxy or all UWP applications can't do that and some mistakes in my memory. Thank you again.

@FrayxRulez
Copy link
Collaborator

No, it has never been possible to use local proxy without enabling the local loopback. Sure thing Unigram might inform the users about this, when they try to.

@thawisakprasreod
Copy link

@Tirraon

@MarcAnt01 MarcAnt01 added the enhancement Minor feature requests and improvements label Apr 18, 2020
@FrayxRulez FrayxRulez changed the title can't user local HTTP proxy Can't use local network proxy Nov 8, 2020
@FrayxRulez FrayxRulez pinned this issue Nov 8, 2020
@RajCodeLabs
Copy link

any fix?

@FrayxRulez
Copy link
Collaborator

any fix?

Yes, check users suggestions

@william2ai
Copy link

So any enhancement?

@Weirdo1312
Copy link

i still have this issue

@makisukurisu
Copy link
Collaborator

Hi, @Weirdo1312, have you tried enabling local loop back?

If not – try the following command:

Get-AppxPackage | %{$_.PackageFamilyName} | where{$_ -match "unigram"} | %{CheckNetIsolation LoopbackExempt -a -n="$_"}

It was suggested long-long ago in one of the messages in Unigram Insiders

If the problem persists – get back to us.

@Weirdo1312
Copy link

Hi, @Weirdo1312, have you tried enabling local loop back?

If not – try the following command:

Get-AppxPackage | %{$_.PackageFamilyName} | where{$_ -match "unigram"} | %{CheckNetIsolation LoopbackExempt -a -n="$_"}

It was suggested long-long ago in one of the messages in Unigram Insiders

If the problem persists – get back to us.

no, enabling it fixed it, thanks

@FrayxRulez FrayxRulez added needs-winui3 and removed enhancement Minor feature requests and improvements labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants