C
C
cheremuxatop2020-01-18 00:20:29
Lua
cheremuxatop, 2020-01-18 00:20:29

How to make a POST request to a website in Lua?

How to send a POST request to a .php file in Lua with certain data (several)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2020-01-18
@dollar

The Lua language itself does not have the ability to interact with the Internet.
To add this feature, you need to use some extension. For example LuaSocket. Or you can write your own. In any case, this will be on the core side of the application, where Lua is embedded. And in the language itself there will be only access to the API provided by the application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question