RE: Sending back an http 200 response

2006-03-14 Thread Joodhawk Lin
I did interact with paypal server last year, The attachment is the asp source (sorry for Chinese comments), you can refer it. As you following, http status 200 responses suggest the paypal server works well. You can test IPN system in sandbox. Good luck with you. -Original Message-

Sending back an http 200 response

2006-03-14 Thread Denzil Kruse
Hi all, I'm try to interact with another server. It sends me a post (I think) and I catch it with my cgi script. But, it wants me to send back a 200 response with just OK in it. How do I do that? Do I have to use the HTTP.pm and set up a handler? I was hoping to use CGI.pm, but I guess that i

Re: remote user and remote password request

2006-03-14 Thread Sean Davis
On 3/13/06 7:59 AM, "Carla Wilbert" <[EMAIL PROTECTED]> wrote: > Hi, > > I must login to access a website on an Apache webserver because the access > to the site is restricted with .htaccess file. So a window with username and > password request pop up. > > For my program I need also the logi

remote user and remote password request

2006-03-14 Thread Carla Wilbert
Hi, I must login to access a website on an Apache webserver because the access to the site is restricted with .htaccess file. So a window with username and password request pop up. For my program I need also the login information to logon to an DB server. I use remote_user() to get the username

Re: FTP from my web ssite question

2006-03-14 Thread David Dorward
On Mon, Mar 13, 2006 at 11:03:22PM -0500, Lou Hernsen wrote: > I would like to offer my guest a way to download fonts and art > from my web site... I use perl / cgi's to create my HTML web pages. > What is the CGI code that creates the link to allow people to do this? ... print q(Download my artwo

FTP from my web ssite question

2006-03-14 Thread Lou Hernsen
Hallo I would like to offer my guest a way to download fonts and art from my web site... I use perl / cgi's to create my HTML web pages. What is the CGI code that creates the link to allow people to do this? I'll even use a modual if I have to.. as I am more commfortable with them now. Thanks Lou