.prepend
.prepend
Type: Boolean
The path to be prepended to every request throught the proxy
proxy('www.foo.com', {
request : {
prepend : 'foo/v0'
}
});Type: Boolean
The path to be prepended to every request throught the proxy
proxy('www.foo.com', {
request : {
prepend : 'foo/v0'
}
});