RESTful实现记录

比较复杂的参数,用json存会美观一点,但是Get没法在body里面放json,要用percent-encoding,对json做序列化,然后放到Get的query、path参数里面

安全问题:https://stackoverflow.com/questions/51295877/is-it-safe-to-send-user-email-in-a-get-request

最后更新于