# Спецификация HTTP GET

Метод отправки всегда: **`GET`**

браузер автоматически добавит к запросу важнейшие HTTP-заголовки, такие как **`Content-Length`** и **`Connection`**;

Все передаваемые значение необходимо закодировать.

#### Адрес сервера для отправки запросов

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

### Пример отправки запроса через браузер

{% code overflow="wrap" %}

```uri
http://lk.mysmpp.ru/sendsms.php?user=ваш_логин_в_нашей_системе&pwd=пароль&sadr=от_кого_придет_СМС&dadr=номер_телефона_получателя_сообщения&text=текст_смс
```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.webcom.mobi/ru2/type/specifikaciya-http-get.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
