T
T
Tony2016-04-24 21:43:59
PHP
Tony, 2016-04-24 21:43:59

How do URL requests work?

Good day, I just started to study web technologies, I just want to expand my horizons and make a course)
And I need to make a URL request from the application client (obj-c) to the web server (127.0.0.1/name.php) with sending some data (login/password), process and return the result (JSON).
I don’t understand how to make such a request, here is an example with vk api:

https://api.vk.com/method/METHOD_NAME?PARAMETERS&access_token=ACCESS_TOKEN

I hope you don’t throw slippers at me, but direct me where to dig, otherwise I don’t even know what such requests are called.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-04-24
@tinton


Wikipedia first : HTTP
then
Google: objective-c send http request

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question