Hello all,
I saw that https should be available for love 12.x, right know if you want to use "https" feature you need to build the package "lua-https"
(https://github.com/love2d/lua-https) for Windows or Linux.
I'v try to create the DLL with the instructions, but without any succes. Someone have already succed to build this "https.dll" and use it ?
if yes can you provide it to me ?
Cheers
Shaan
Lua-https ( before version 12.x )
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Lua-https ( before version 12.x )
I believe it is downloadable here, it's up to you to test: https://github.com/love2d/lua-https/act ... 4437107716
On the GitHub page you go to the "Actions" tab and click on the last one.
On the GitHub page you go to the "Actions" tab and click on the last one.
Re: Lua-https ( before version 12.x )
Hello, when on click on the last one "artifacts" i have 4 zip files related to mac os, ubuntu, win 32 & 64, but no links for download
Re: Lua-https ( before version 12.x )
I'v found a work around, as my server is running on apache with https protocol, i take a look to "how to force http" on defined folder.
In fact it's possible to do, you have just to add ".htaccess" with this content.
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]
With that i'm able to use classic "http" query with : local http = require("socket.http") and local socket = require("socket")
In fact it's possible to do, you have just to add ".htaccess" with this content.
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]
With that i'm able to use classic "http" query with : local http = require("socket.http") and local socket = require("socket")
- slime
- Solid Snayke
- Posts: 3162
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: Lua-https ( before version 12.x )
You need to be logged into Github for the artifacts to appear as links instead of just text.
Who is online
Users browsing this forum: Google [Bot] and 3 guests