ContributionsMost RecentMost LikesSolutionsWhat are the things to know about restful api? just wanted to discuss on rest api, rest is all about http requests right and data is sent in form of json and the api routes are added logic with controllers and then we can basically see the response in network tabs of chrome dev tools like http status codes and responses, also there are http verbs for put,get,post,delete,patch And like different status codes of http responses suggest different modes of response, success(200),error(404),server error(500) etc All these consists of restful api right? Are there more aspects on restful api? Thanks SolvedSoap UI help Hi Guys. How do I configure up soap UI to access the APIs? Having trouble with the authentication part. An example would be great. Thanks