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

Optimize IP Address lookup #7

Open
Canthv0 opened this issue Jul 9, 2019 · 0 comments
Open

Optimize IP Address lookup #7

Canthv0 opened this issue Jul 9, 2019 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@Canthv0
Copy link
Collaborator

Canthv0 commented Jul 9, 2019

Currently the IP address lookup code test all IP addresses and then determines if they belong to MSFT according to the MSFT JSON data from https://endpoints.office.com/endpoints/Worldwide?ClientRequestId=

This is resulting in queries being made to the GEO Location endpoint that are not needed. If it is an MSFT Address we don't need to look up the location.

Should look to optimize this further.

@Canthv0 Canthv0 self-assigned this Aug 28, 2019
@Canthv0 Canthv0 added the Enhancement New feature or request label Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant