1
Ask HN: For a SaaS product, which error monitoring service do you use?
I’ve been looking at error monitoring services for my SaaS app, but there seems to be so many (Airbrake, Sentry, Rollbar, Bugsnag...) Have you had success with any of them?
Say I were to build an IP address lookup API service. I want to make sure that requests come from where they say they do. So I don't want someone to spoof example.com and make a request to my service. Is there a way to do this, without making the real example.com use server side code?