Resolve "Encode url parameter for oa_proxy prefix"
Related to #668 (closed)
Solution
I'm using the Addressable::URI
query_values
method to encode the qurl
parameter.
As a result of calling query_values
, the entityID
parameter also gets encoded.
So I moved entityID
from the OA_PROXY_URL
constant into the oa_proxy
method.
Edited by Brad Baxter