Category: Production Issue

  • Whats the first thing to do when API request is received ?

    Most of developers will be easily able to answer this question, and the answer is we validate the incoming request and sanitise the data for any unintended behaviour at server side. But mostly in start ups and traditional organisation they have continued to do this as per there old style/old school methods where the server…