> For the complete documentation index, see [llms.txt](https://apidocs.webcom.mobi/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.webcom.mobi/en/sposoby-vzaimodeistviya-s-a2p-platformoi/http-get-specification.md).

# HTTP GET specification

The method of dispatch is always: **`GET`**

the browser will automatically append the most important HTTP headers to the request, such as **`Content-Length`** and **`Connection`**;

All transmitted values must be encoded.

#### Server address for sending requests

<mark style="color:red;">`http://lk.mysmpp.ru`</mark>

### Example of sending a request through a browser

{% code overflow="wrap" %}

```uri
http://lk.mysmpp.ru/sendsms.php?user=your_login&pwd=password&sadr=sender&dadr=phone&text=message
```

{% endcode %}
