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.
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.