Lua-cURL / Lua-cURLv3

Lua binding to libcurl
MIT License
279 stars 64 forks source link

How can I follow redirects? #192

Open isimons opened 6 months ago

isimons commented 6 months ago

Hello, everyone.

I'm planning to implement this lib in my project. I'm designing a CMS with Lapis, and I want to do GETs and POSTs to dropbox.

I need to make GETs to the dropbox's API adding ?raw=1 at the end of the url to be redirected to the actual resource and then display it properly with the HTML tag <img>.

I've been reading the documentation but I wasn't able to find something related to redirections.

Thanks in advance, I hope you doing well.