7

I have a test/staging site set up, but access to that site is restricted by IP address.

This means that, although I can post to the SagePay simulator fine, the return response is denied by the web server.

Is there a published list of IP addresses/ranges that the SagePay simulator servers use so that I can whitelist them?

Cheers,

Mike

Mike Taylor
  • 81
  • 1
  • 3

1 Answers1

14

Sage Pay own the entire 195.170.169.0/255 range so if you whitelist all these I.P. addresses you will cover our full list, whether using Test, Simulator or Live.

Flexo
  • 87,323
  • 22
  • 191
  • 272
  • 11
    The IP range in CIDR format is 195.170.169.0/24 (which is 195.170.169.0-255) – dave1010 Feb 04 '15 at 14:14
  • If you have the option of whitelisting the AS number instead of an IP range, that is likely to be more robust as any changes to IP ranges used by SagePay may be more likely to be done via their owned AS39849. As an example, in the Cloudflare Firewall you can create a rule to "bypass" all security features for AS 39849 (if you just "allow", then the requests could still be blocked by the WAF). – JinnKo May 07 '20 at 09:47