Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Конвертация с использование КоннекторHTTP #121

Closed
ivtroitskiy opened this issue Jan 13, 2025 · 1 comment
Labels
duplicate duplicate

Comments

@ivtroitskiy
Copy link

Закину как идею
Добавить возможность конвертации в код 1с с использованием модуля Коннектор

Команда curl

curl https://httpbin.org/post --request POST -d "key=value" -H "X-Header: value"

Код 1C

Заголовки = Новый Соответствие();
Заголовки.Вставить("X-Header", "value");
Заголовки.Вставить("Content-Type", "application/x-www-form-urlencoded");

Результат = КоннекторHTTP.Post("https://httpbin.org/post", Заголовки, "key=value"));
@alei1180
Copy link
Owner

@ivtroitskiy благодарю за обратную связь. Такая задача уже есть в планах:
#87

@alei1180 alei1180 added the duplicate duplicate label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate duplicate
Projects
None yet
Development

No branches or pull requests

2 participants