Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8387119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T18:07:36+00:00 2026-06-09T18:07:36+00:00

Here is the situation, we have a site that is hosted and updated by

  • 0

Here is the situation, we have a site that is hosted and updated by a third party vendor. I am providing links to additional resources that are hosted on our servers. A client will access the vendor site and click on a link to gain access to our additional resources. To validate that the request came from our third party vendor I need to get the IP address of the vendors server.

My question is, is there a way to get the IP address of the vendors servers using ColdFusion? I can’t use the clients IP address, I need the vendor server address the client is using.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T18:07:37+00:00Added an answer on June 9, 2026 at 6:07 pm

    You have to work with 3rd party to accomplish this goal, this is for sure.

    I can see at least two more or less working approaches here.

    (1) Append some kind of protection token to the links. Your vendor generates encrypted string or hash including some information only you two know, so you can decrypt (or generate same hash) and validate it.

    Example with hashing:

    moment = DateConvert("local2utc", Now());
    token = Hash("SecretSaultYouBothKnow" & DateFormat(moment, "yyyy-mm-dd") & TimeFormat(moment, "-HH-mm"));
    

    This token is passed with link and expires quickly to prevent sharing/leaking.

    You can generate and validate it on your side.

    It’s a raw idea and there could be possible problems with validation, plus avoiding invalid links for clients (maybe skip “mm” mask as well).

    Encrypted/decrypted string would work similarly. You both just need to now the secret key.

    By the way, your vendor could encrypt their server IP address or other identifier for you to check it against your database and maybe apply some other actions.

    (2) Your vendor could set up simple web-service for you to validate the incoming links (it could respond with 0/1 or something else simple).

    Exact implementation may be different. Again, it could be some token in URL which you send back for validation.

    This is similar to solution which Jason suggested: vendor could send the server-to-server request to your server on link click and then relocate to the resource. But this may be complicated because you have to be sure 1st request is already handled when client arrives.

    Hope these ideas make sense.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the situation... Right now, there's a site that's being hosted (DNS is already
Here is my situation: I have one table that contains a list of drugs
Here's the situation: I have a two images that are over 1024 in width
I have an situation here that looks very like a SELECT N+1 from the
So here is the situation - I have a store app that I want
Here's my situation: We have an outside provider that will be pushing XML files
Here is the situation, i have a website that can be accessed from multiple
Alright, so here is the situation... Say I have a navbar for a site,
Ok, here's the situation... I have an application that generates about 8 files per
Ok, so here's the situation. I'm working on a site that allows people to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.