N
N
noob11112017-08-08 21:58:12
JavaScript
noob1111, 2017-08-08 21:58:12

Interface and client interaction (rest api)?

There is a client and server interface. The logic of the following process is interesting: we press the on button and the client connects to the server. How does this even happen? A request is sent to the client, after processing which he understands that he needs to connect or how? And how is the rest api used?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene Ray, 2017-08-09
@firezhek

You can see the requests, it's very easy to do if you have a web application. In the development console, open networking and take a look. Now REST is most often used, but if the system is legacy, then maybe SOAP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question