View Single Post
Old 06-04-2017, 07:21 AM   #416
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by kovidgoyal View Post
@davidfor: Wow, that was some great analysis. Thanks for following up on it as there was not much I could do about it myself.
It wasn't all me. I got close, but was able to ask the right person the right question
Quote:
I can probably create a special file name including endpoint for the mobile view so it works with the Kobo. Does the filename have to be part of the path or can it be a query parameter?
It looks like it needs to be part of the URL. My earlier test that worked earlier was:

Code:
/get/EPUB/938/Unclean/Unclean_938.epub
Trying:

Code:
/get/EPUB/938/Unclean/rubbish?q=Unclean_938.epub
didn't work.

The hack I've done is to simply generate the file name and append it. Then if there is a dot in the URL, strip everything after the last slash.

And I'd agree with chaley. I know I've seen problems like this before with other sites and browser combinations. They were older browsers, but unfortunately, the browsers on the ereaders seem to be old and simple.
davidfor is offline   Reply With Quote