File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
content/minfraud/api-documentation Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -161,9 +161,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
161161 <td>403 Forbidden</td>
162162 <td>
163163 You do not have permission to use the service. Please
164- <a href="https://support.maxmind.com"
165- >contact our support team</a
166- >
164+ <a href="https://support.maxmind.com">contact our support team</a>
167165 for more information.
168166 </td>
169167 </tr>
@@ -185,7 +183,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
185183 <code>POST</code> queries, this means the web service cannot parse a
186184 request body of that type.
187185 </td>
188- </tr>
186+ </tr>
189187 <tr>
190188 <td>(none)</td>
191189 <td>429 Too Many Requests</td>
@@ -359,12 +357,13 @@ with four modifications:
3593574 . The ` maxmind ` object is not present. See below for descriptions.
360358
361359minFraud Insights and Factors return the following anonymous IP outputs:
362- - ` is_anonymous `
363- - ` is_anonymous_vpn `
364- - ` is_hosting_provider `
365- - ` is_public_proxy `
366- - ` is_residential_proxy `
367- - ` is_tor_exit_node `
360+
361+ - ` is_anonymous `
362+ - ` is_anonymous_vpn `
363+ - ` is_hosting_provider `
364+ - ` is_public_proxy `
365+ - ` is_residential_proxy `
366+ - ` is_tor_exit_node `
368367
369368See the
370369[ GeoIP Insights response body] ( /geoip/docs/web-services/responses/#geoip2-insights-body-example )
You can’t perform that action at this time.
0 commit comments