50
Views
3
Comments
[ClientIPVerifier] Issue validating range of IPs
clientipverifier
Reactive icon
Forge asset by Rodolfo Cardoso
Application Type
Reactive

Hi, 

I've noticed that the validation using a range of IPs is "buggy" (see some examples in the pictures)

2022-08-03 04-32-50
Ravi Punjwani

Hi Vasco,

The results are actually correct. The component is just a wrapper around a couple of System.Net assemblies and provide the functionality from the features pre-existed in it.

I've done little console app that you can look at. Here's the code screenshot, and with your own set of values, the results are exactly same. Left side is the C# code, right one is the result of console app. 

2022-08-03 04-32-50
Ravi Punjwani

Hi @Vasco Santos,

Did you find the explanation above satisfactory?

2022-12-09 16-04-44
Rodolfo Cardoso
Staff

Hi @Vasco Santos,

@Ravi Punjwani response is accurate, the component relies on the standard .NET library under the System.Net namespace, official documentation is available here.

Just adding that if any of the IPs or Networks definitions are invalid the component will always return FALSE. 



Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.