These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

  • Index
  •  »  / API
  •  » FYI: Substitute IP for domain name in API path as possible workaround

#1 2008-09-17 16:34:59

wjoell
New Member
Registered: 2007-08-15
Posts: 12

FYI: Substitute IP for domain name in API path as possible workaround

Don't know if this is an issue that others have hit up against, but we were stumped by this one for a day or so. We were testing the DB connection and all was well, but any attempt to pull content would hang up and result in a connection error. It finally dawned on me that our firewall/network setup here might somehow be interfering or simply that the domain name may not be resolving properly. I substituted the internal IP address of the server for the domain name portion of the API path and that put us in business.

So, instead of:

www.domain.com/path/to/ssp_director

we're using:

192.168.[n].[n]/path/to/ssp_director

Just a heads up to anyone having similar issues.

Obvious downside to this is that if our server ever moves to a different IP we'll have to fix this, but at least it's up and running!

Offline

 
  • Index
  •  »  / API
  •  » FYI: Substitute IP for domain name in API path as possible workaround

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson