Skip to content
Advertisement

Tag: frontend

When developing the back-end, do you want to believe that the front-end data will not go out of scope, and reduce some data verification

In the scenario where the front-end and back-end are separated and developed, what the back-end does is to receive the data transmitted by the front-end, perform corresponding processing, and finally return the processing result information. So, for the data sent by the front end (whether it is Get or Post), do we want to be sure that it will not

Advertisement