View Single Post
Old 01-15-2019, 12:00 PM   #3225
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,009
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2019-01-15
- Add always_login setting to base_xenforo for SV login-required story with 404 result.


I've never seen a user/pass required story on SV before.

We already have code for detecting stories that need login on QQ by the 403 - forbidden return code. But this is coming up 404 - file not found.

Because we still need to be able to detect and handle not-found, I've added always_login as an option for base_xenforo. But you should only set it for stories that need it.

Example:
Code:
[https://forums.sufficientvelocity.com/threads/small-medium-litrpg.51514/]
always_login:true

[forums.sufficientvelocity.com]
username:UserName
password:XXXXXXXXXX
JimmXinu is online now   Reply With Quote