ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a web page that submits via get on a RH EL 5 WS system running apache and PHP 5.
The on_submit winds up calling a local PHP module.
The PHP module takes the parameters sent to it, adds a few more, and uses cUrl library to post to a secure URL.
What I really want is a post followed by a redirect to the site. What I'm getting is non-secure local processing. I am missing something obvious. It's either cUrl or how I've configured the apache server.
I would appreciate any direction in how to solve this problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.