I am using QAP and I want to create a Mashup with virtual proxy prefix. I have created a virtual proxy for anonymous user and linked to the central node:
Now I create a new mashup in dev-hub called mash_all and then I make the following changes into mash_all.js and mash_all.html:
mash_all.js: ( I change the prefix to the name of my prefix which is /all/ )
var prefix = "all";
var config = {
host: window.location.hostname,
prefix: prefix,
port: window.location.port,
isSecure: window.location.protocol === "https:"
};
mash_all.html: ( I change the ../../ to my prefix which is /all/ )