Page 1 of 1

query param are getting striped in webdav URL while loading with oxygen

Posted: Fri Jan 06, 2023 1:00 pm
by shikhar_472
Hi Oxygen Team,

Query param in URL are getting striped while loading the URL in oxygen dav could you please help me with this.

Thanks,
Shikhar.

Re: query param are getting striped in webdav URL while loading with oxygen

Posted: Fri Jan 06, 2023 6:59 pm
by mihaela
Hello,

In order to help you we need more details about the problem you encounter. Also, some screenshots would be helpful.

Best Regards,
Mihaela

Re: query param are getting striped in webdav URL while loading with oxygen

Posted: Sat Jan 07, 2023 7:09 pm
by shikhar_472
Hi Mihela,
i am loading below URL in web dav --
"http://localhost:8084/oxygen-xml-web-au ... 11e6ac0e1b"

in above URL while content is loading ?searchHandleUuid=I1f9f45a08da711eda&rowIdentifier=Ia11e6ac0e1b these query params are getting striped as per the content ---

http://dev.test.com/content/resources/w ... 11e6ac0e1b
this URL contains different data and --

http://dev.test.com/content/resources/w ... c0e1b811ec --
this URL contains different data but while loading to the oxygen web author http://dev.test.com/content/resources/w ... c0e1b811ec this is getting loaded.

Thanks,
Shikhar.

Re: query param are getting striped in webdav URL while loading with oxygen

Posted: Mon Jan 09, 2023 12:25 pm
by mihaela
Hello,

From the first URL that you provided, it seems that you did not encoded the value of the URL parameter.
Try to encode it (including the parameters part) and try again to see if it works.

Best Regards,
Mihaela