Closed vuminhquang closed 4 years ago
Same here.
net5.0
and version 3.1.1301
is not working on my environment.
But, net5.0
and version 3.0.684
is working on my environment.
dotnet add package Titanium.Web.Proxy --version 3.0.684
HttpProxyServer.csproj
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Titanium.Web.Proxy" Version="3.0.684" />
</ItemGroup>
</Project>
Version is not matter.
net5.0
and version 3.1.1301
is not working on my environment.
net5.0
and version 3.0.684
is not working on my environment.
netcoreapp3.1
and version 3.1.1301
is working on my environment.
netcoreapp3.1
and version 3.0.684
is working on my environment.
I'm wait 1 minutes, but no response on net5.0
curl http://api.ipify.org/ -x http://127.0.0.1:1234
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"
dotnet --version 5.0.100
Hello, Tested on Windows, latest running version is 3.1.1218.
Thanks CRC32EX
please try te latest package
tested the latest package, can run on Windows. Thanks @honfika , @justcoding121
Hello, I tested Titanium with Net 5.0. Seems that the proxy not work
Sincerely