Re: cURL and response code 302 [message #182107 is a reply to message #182105] |
Wed, 10 July 2013 14:42 |
bill
Messages: 310 Registered: October 2010
Karma:
|
Senior Member |
|
|
On 7/10/2013 12:44 AM, Daniel Pitts wrote:
> On 7/9/13 7:51 AM, bill wrote:
>> On 7/9/2013 10:24 AM, Arno Welzel wrote:
>>> Am 09.07.2013 16:09, schrieb bill:
>>>
>>>> On 7/8/2013 12:02 PM, Daniel Pitts wrote:
>>>> > On 7/8/13 8:35 AM, bill wrote:
>>>> >> when I have cUrl seet up with CURLOPT_FOLLOWLOCATION =>FALSE,
>>>> >> I am getting a 302, moved temporarily.
>>>> >>
>>>> >> How do I find out the URL it is being redirected to ?
>>>> >> The effectiveURL that is returned is the one I sent the
>>>> >> request
>>>> >> to.
>>>> >>
>>>> >> bill
>>>> >
>>>> > The "Location" response header contains the desired URL.
>>>> >
>>>> > See:
>>>> > <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3>
>>>> >
>>>>
>>>> Thanks, is there a way to obtain the Location response header
>>>> from cURL ?
>>>
>>> Maybe this example in the documentation may help:
>>>
>>> <http://www.php.net/manual/en/function.curl-exec.php#80442>
>>>
>>>
>>>
>> actually, suggesting that I look at curlopt_header would have
>> been more
>> clear.
>>
>> bill
>
> Actually, suggesting that you RTFM yourself would have been most
> clear. I understand not knowing about Location and HTTP spec, and
> not knowing where to look for that. You should learn how to find
> things in libraries that you're using though.
Actually, I not only read the manual, I studied it (and the
coments) and still missed curlopt_header.... (as usual) until I
had sent my first message.
Sometimes when you are new to an area it is hard to
find/understand the fine print.
bill
|
|
|