we have 301 redirects coming from many article url #87
Unanswered
praneetharao0994
asked this question in
Help
Replies: 1 comment
-
|
Arc CDN will redirect if a trailing slash is missing at the end - as documented here -> https://dev.arcxp.com/pagebuilder-engine/core-concepts/how-does-rendering-work-in-pagebuilder-engine/#step-1-request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Redirect flow observed:
Initial URL
Returns 301 Moved Permanently and redirects to the same path with a trailing slash (/) and with /link- suffix. (Hop 1)
Second URL (with trailing slash & link sufix)
Again returns 301 Moved Permanently and redirects to the final destination URL. (Hop 2)
Final URL
what could possibly cause this scenario? any ideas?
Beta Was this translation helpful? Give feedback.
All reactions