GFlisch / Arc4u

Apache License 2.0
22 stars 17 forks source link

Rewrite certificate extractor to avoid using the obsolete WebRequest. #91

Closed vvdb-architecture closed 7 months ago

vvdb-architecture commented 10 months ago

Previous implementation used WebRequest (which is obsolete) and could not return the certificate in the same call.

The new implementation uses HttpClient and simplifies the interface.