0

Is REST url link and normal url like looks same how to know the REST operations

I'm trying to understand what is difference between REST and URL...?

  • check [this](https://www.slideshare.net/hburakcetinkaya/rest-res-tful-web-services) but in short, REST is an architecture over HTTP protocol for communication between client and (web\App-)server. I also checked their anatomies which more or less identical except for dynamic part of request components (*path* and *endpoint\API*). Also you find some workaround in this [post](https://stackoverflow.com/questions/30580562/what-is-the-difference-between-resource-and-endpoint) about REST and non-REST – Mario Nov 17 '22 at 00:56

0 Answers0