From 699f462d4c946cb6fc1a5d38d8bad01de3b67d0a Mon Sep 17 00:00:00 2001 From: Christopher Luna Date: Mon, 28 Aug 2023 12:44:32 -0400 Subject: [PATCH] Update API endpoint for MaxMind web services MaxMind is beginning to enforce policies around its API endpoints. Endpoints should use the correct hostname for the product or service, and should always use HTTPS. [Release Note.](https://dev.maxmind.com/geoip/release-notes/2023#api-policies---temporary-enforcement-on-october-17-2023) --- spec/minfraud/minfraud_client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/minfraud/minfraud_client_spec.rb b/spec/minfraud/minfraud_client_spec.rb index 6fc5880..bc20868 100644 --- a/spec/minfraud/minfraud_client_spec.rb +++ b/spec/minfraud/minfraud_client_spec.rb @@ -118,7 +118,7 @@ def request_url end def request_url_east - 'https://minfraud-us-east.maxmind.com/app/ccv2r' + 'https://minfraud.maxmind.com/app/ccv2r' end end