One Size Fits All: Using Only POST for REST APIs

One Size Fits All: Using Only POST for REST APIs

When I connect to my colleague's interface, all the interfaces he defined are post requests. The reason is that post is safer for https. I am used to using restful APIs. If only post requests are ···
Time: Views:286