You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
@kellyhutchins is this where "/rest" must be included in the white list url right?
I think this has been taken care of in java, i just tested and debug the java proxy. the way it gets the infoUrl is actually from the request url, not from the url in the config.
It gets the index of "/rest" in the request url, then the infoUrl is the substring of that url from 0 to that index, plus "/rest/info?f=json"
Update the proxy so that /rest is not required.
The text was updated successfully, but these errors were encountered: