Ask a Question related to PHP Development, Design and Development.
-
John Ryan #1
curl and sent headers
is there any way of seeing exactly what headers cURL sent in a transfer,
with PHP?
John Ryan Guest
-
#40179 [NEW]: Compilation of cURL extension fails with cURL 7.16.0
From: iain at workingsoftware dot com dot au Operating system: FreeBSD 6.0 PHP version: 5.2.0 PHP Bug Type: Compile Failure... -
CURL - Going to URL
On a web site that I am developing I have a form that needs to be validated before sending the form data and the user to an external web site.... -
CURL - SSL
Anyone knows how to get a simple(HTML) https response using CURL session. Thanks a million!! Rodrigo Nakahodo --- Outgoing mail is... -
CURL
theres this site i want to use to execute a command by visting a url. like http://www.site.com/stuff.php?id=1234&message=hello_world when i visit... -
PHP & Authorize.net w/o cURL?
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company... -
John Ryan #2
Re: curl and sent headers
i found out myself if anyone wants to know...
"John Ryan" <celticfc@iol.ie> wrote in message
news:20030908222439.66624.qmail@pb1.pair.com...> is there any way of seeing exactly what headers cURL sent in a transfer,
> with PHP?John Ryan Guest
-
Chris Shiflett #3
Re: [PHP] Re: curl and sent headers
--- John Ryan <celticfc@iol.ie> wrote:
--- John Ryan <celticfc@iol.ie> wrote:> is there any way of seeing exactly what headers cURL sent in a
> transfer, with PHP?Yes, please. It is always helpful (and courteous) to mention how you solved> i found out myself if anyone wants to know...
your original problem when interacting with this list. This allows you to
contribute back to the list, and ultimately the PHP community. :-)
Even if the answer someone else gave is sufficient, it is nice to quote that
answer and give a quick "that worked" for archival purposes. This way when
someone references the archive seeking the answer to the same question, they
can see which answer worked for you (the person they will likely relate to the
most).
And, though it doesn't apply to you in this case, it is nice to thank the
person who helped you solve a particular problem. The only motivation for
pouring a lot of effort into responding to the questions here is to feel like
you're helping a lot of people. John Holmes comes to mind as a frequent
contributor, as do many others (is there a list?).
Thanks for your help.
Chris
=====
Become a better Web developer with the HTTP Developer's Handbook
[url]http://httphandbook.org/[/url]
Chris Shiflett Guest
-
John Ryan #4
Re: [PHP] Re: curl and sent headers
yeah, sure.
well, for archival purposes, i couldnt do it with PHP. the verbose option
didnt work with PHP, CURLOPT_VERBOSE. but it did work on the command line.
so i logged in and re-created my curl transfer on the command line with an
added -v, for verbose. and it gave me back the headers it sent to the site,
i saw my problem straight away, and modified the PHP script.
"Chris Shiflett" <shiflett@php.net> wrote in message
news:20030909025927.76920.qmail@web14301.mail.yaho o.com...solved> --- John Ryan <celticfc@iol.ie> wrote:>> > is there any way of seeing exactly what headers cURL sent in a
> > transfer, with PHP?
> --- John Ryan <celticfc@iol.ie> wrote:>> > i found out myself if anyone wants to know...
> Yes, please. It is always helpful (and courteous) to mention how youthat> your original problem when interacting with this list. This allows you to
> contribute back to the list, and ultimately the PHP community. :-)
>
> Even if the answer someone else gave is sufficient, it is nice to quotethey> answer and give a quick "that worked" for archival purposes. This way when
> someone references the archive seeking the answer to the same question,the> can see which answer worked for you (the person they will likely relate tolike> most).
>
> And, though it doesn't apply to you in this case, it is nice to thank the
> person who helped you solve a particular problem. The only motivation for
> pouring a lot of effort into responding to the questions here is to feel> you're helping a lot of people. John Holmes comes to mind as a frequent
> contributor, as do many others (is there a list?).
>
> Thanks for your help.
>
> Chris
>
> =====
> Become a better Web developer with the HTTP Developer's Handbook
> [url]http://httphandbook.org/[/url]John Ryan Guest



Reply With Quote

