Forum Discussion
Danny Price
Nov 12, 2019Copper Contributor
how to prevent sharepoint from decoding a URL with %2F embedded
I add a link like this: https://example.com/Saba/app/shared;spf-url=common%2Fledetail%2Fcours000000000054432 I publish it, and click it, works fine. (once) THEN I reload the page and the URL has ...
Manwar
Nov 18, 2025Occasional Reader
Use the double encoding method. Replace the %2F in the URL with %252F
example:
https://example.com/Saba/app/shared;spf-url=common%252Fledetail%252Fcours000000000054432