// Was: //mkws.indexdata.com/service-proxy-auth
pp2_hostname: "mkws.indexdata.com",
sp_path: "service-proxy-auth",
+ sp_auth_query: undefined, // Will be: "command=auth&action=perconfig",
credentials: undefined,
lang: "",
sort_options: [["relevance"], ["title:1", "title"], ["date:0", "newest"], ["date:1", "oldest"]],
} else {
var s = '//';
s += config.auth_hostname ? config.auth_hostname : config.pp2_hostname;
- s += '/' + config.sp_path + '?command=auth&action=perconfig';
+ s += '/' + config.sp_path;
+ var q = config.sp_auth_query;
+ if (q) {
+ s += '?' + q;
+ }
var c = config.credentials;
if (c) {
if (c) {