sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Apache License 2.0
2.25k stars 560 forks source link

ExtractRedirectUri method does not work properly in Linux #239

Open pbehin opened 1 year ago

pbehin commented 1 year ago

In dot net, on Linux (not in Windows), the Uri.TryCreate method with the UriKind.Absolute parameter returns true if the URL is relative.