- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to customize the look of the relay response page so it looks like my website. Images, css, and scripts don't appear to be included in the response page even though they are referenced with their full urls.
How do I include these files? Or how do I redirect the relay response so it's actually loading a page from my site?
Thanks!
Solved! Go to Solution.
โ02-10-2014 10:53 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cross domain in browser probably is going to stop it, your better of with just a javascript redirect
โ02-11-2014 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Either use absolute path or use a javascript on the relay response page to redirect back to yours site.
โ02-10-2014 11:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pulling from the absolute path doesn't seem to work. The files (css, js, and php) aren't pulled in. Do they have to be served via https?
โ02-11-2014 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cross domain in browser probably is going to stop it, your better of with just a javascript redirect
โ02-11-2014 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, will do.
โ02-11-2014 08:41 AM

