Yes, you can...
Among the environment variables in the cgi script that you process the POST request with (php, cgi, asp, or other) there will also be the clients IP address...
In apache like scripts, this environment variable is usually called REMOTE_ADDR.
e.g. the global variable $REMOTE_ADDR in php or getenv("REMOTE_ADDR") in c.
 
Rene Kluwen
Chimit
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Zohar
Sent: dinsdag 9 december 2003 15:09
To: Aarno Syvänen
Cc: [EMAIL PROTECTED]
Subject: Re: Wap Push

I'm confused, so I'll try and explain my question a bit better:
I have a client that uses my kannel as a WAP gateway. It does some POST (or WSP equivalent of one) requests. At some later point I need to send this client a WAP push message. The push message requires an address - either an MSISDN or an IPV4 address. Is there any way I can compose this address, according to information I have from the client's POST requests?
 
Thanks for the response,
Zohar.
----- Original Message -----
To: Zohar
Sent: Tuesday, December 09, 2003 12:11 PM
Subject: Re: Wap Push

This seems to be a normal fetch (phone connects and loads the content).
Or does I misunderstand something ?

aarno

On 9.12.2003, at 08:19, Zohar wrote:

Hi,
Please, I need help with this:
How can I initiate a WAP push message to someone who just connected to my kannel as a WAP gateway? What's the client's address? 

Reply via email to