0
Completed

Https not allowed

Gustavo Cevolani 10 years ago updated by Christian Fritz 10 years ago 3

I'd suggest to make clear in the instruction that https is not allowed in the address of the .bib file. This may be relevant because many people may try to use Dropbox or similar services to put their .bib file online, and this wouldn't work (or at least it didn't work for me). In short: emphasize that the address must start with "http" only (if this is the case). Many thanks for your work.

Answer

Answer
Completed

Please see my last comment.

Under review

This is a bug. https is supported and used to work. I'll look into this. Could you give me the https url you were testing with so I can test against that one as well?


Thanks.

Thanks for the answer! Here's the link:

https://www.dropbox.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib


To be honest, I can'y be sure that the problem was with https, but when I changed the location to http, it started working, hence my guess.


Best

Gustavo,


I think the problem is not https but dropbox. There is a redirect. When I just retrieve the URL you gave me, I get the following response. The right URL is below.


> curl https://www.dropbox.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib

<html>

  <head><title>Found</title></head>

  <body>

    <h1>Found</h1>

    <p>The resource was found at <a href="https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA">https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA</a>;

you should be redirected automatically.

<!--  --></p>

    <hr noshade>

    <div align="right">WSGI Server</div>

  </body>

</html>


If I use the URL that dropbox indicates as the redirect it works:


http://bibbase.org/show?bib=https://dl.dropboxusercontent.com/s/ln4urie0mcnpbh9/cevolani-pub-prova.bib?token_hash=AAEKvo7xMLwDigTIZRhjqMyfJDrCi7Cyqm4JIZxkuA6krA

Answer
Completed

Please see my last comment.

Dear Christian,


thank you for the feedback, and happy to hear that the problem is with Dropbox.


Still, I'm wondering whether it is the case to alert users about this issue, I guess that few will be able to find the right url. Dropbox and Google Drive are likely the immediate options that come to mind to put stuff online, I'll test GD as soon as possible.


In any case, thanks again for the wonderful program.


Gustavo