Search found 3 matches

by coggers
Thu Nov 17, 2016 2:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CustomProtocolHandler query string
Replies: 2
Views: 3407

Re: CustomProtocolHandler query string

After the connector values escaping a question mark rather than an andpercent did it for me, i.e. the URL will look like

Code: Select all

http://server/oxygen-webapp/app/oxygen.html?url=connector%3A%2Ftest-200%3Fauthor%3Duser%26accessType%3DAUTHOR%26token%3Dtoken
by coggers
Thu Nov 17, 2016 2:48 pm
Forum: Common Problems
Topic: Separate web params from connector values
Replies: 2
Views: 1607

Re: Separate web params from connector values

Hi Cristian

Thanks very much that does solve the issue.
by coggers
Wed Nov 16, 2016 9:12 pm
Forum: Common Problems
Topic: Separate web params from connector values
Replies: 2
Views: 1607

Separate web params from connector values

Hi Team I have a CustomProtocolHandler implementation, the full connector values including the web params are being displayed in the editor-title of the header-bar, I only need to display connector values and not the web params, but I need the web params to be passed with the URL. Example of how I a...