• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Post Form Date to different server?

Participant ,
Dec 04, 2006 Dec 04, 2006

Copy link to clipboard

Copied

How can I achieve this?

"Currently, you redirect back to the client’s original domain. What we need is for you to add a condition that would check for the referrer (in some way or another; e.g. a GET variable, which would be the best way, or through the HTTP referrer) and redirect based on that. So that any traffic from maloneyvision.proxy.voicestar.com goes back to that domain."
TOPICS
Advanced techniques

Views

293

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 10, 2006 Dec 10, 2006

Copy link to clipboard

Copied

LATEST
So, you are posting a form's results to another domain? Or someone is posting to you from another domain? So you could have a 'redirect' form field in the form, which contains the domain of the referrer:

<input type='hidden' name='redirect' id='redirect' value='#cgi.http_referer#' />

Your form processor then uses this value to redirect after processing is complete.

<cflocation url='#form.redirect#'>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation