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

Peticiones HTTP/HTTPS #51

Open
iGznOth opened this issue Jun 11, 2024 · 1 comment
Open

Peticiones HTTP/HTTPS #51

iGznOth opened this issue Jun 11, 2024 · 1 comment

Comments

@iGznOth
Copy link

iGznOth commented Jun 11, 2024

It would be great if a function could be added to be able to send an https request and be able to obtain the body, currently I am doing it with cmd and curl then creating a file, reading it from a lua script to be able to obtain the response, you see a console which makes it super annoying and so on.

In short, my proposal would be to have a function in which requests can be made faster and easier.

I think this will be very helpful to many...

@tomek-o
Copy link
Owner

tomek-o commented Jun 11, 2024

At the moment I do not have clear idea how to implement it in a satisfying way (wide scope vs simple API, minimal binary bloat, preferably no extra dependencies and no requirements for OS version). It probably would have to wait.

Depending on the actual purpose, using plugin for this might have some benefits. I was thinking e.g. of a plugin for provisioning, self-contained and with hardcoded configuration.

you see a console which makes it super annoying

I do not see a console when running e.g. https://tomeko.net/software/SIPclient/howto/provisioning.php - am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants