Can you do a 302 redirect using server-side Target? | Community
Skip to main content
maccg12
New Participant
April 28, 2023
Solved

Can you do a 302 redirect using server-side Target?

  • April 28, 2023
  • 1 reply
  • 1260 views

Rather than waiting for a page to start loading and then invoking a client-side redirect, can server-side Adobe Target perform a 302 redirect temporarily?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MihneaD

@maccg12 

Well, not really. The correct way to perform a 302 redirect is by modifying the .htaccess file on the web-server where the website is actually running. Here is more on that here: https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-you-do-a-302-redirect-using-server-side-target/m-p/590384#M8926


1 reply

MihneaD
MihneaDAccepted solution
Employee
April 28, 2023

@maccg12 

Well, not really. The correct way to perform a 302 redirect is by modifying the .htaccess file on the web-server where the website is actually running. Here is more on that here: https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-you-do-a-302-redirect-using-server-side-target/m-p/590384#M8926


maccg12
maccg12Author
New Participant
May 4, 2023

Thank you for answering, but the URL you shared for more info is incorrect (it just refers to this same page)