Re: [nyphp-talk] cURL question

2011-08-04 Thread Rukbat
hu, Aug 4, 2011 2:25 pm Subject: Re: [nyphp-talk] cURL question what do you mean by " the response just renders the image with the url" ? you mean the url is written in the image OR the url is written after the data (that is the code of the image)? On 4 August 2011 18:22, Rob wrote:

Re: [nyphp-talk] cURL question

2011-08-04 Thread Mark Armendariz
8:20:39 GMT\r\nContent-Length: > 807\r\n\r\nGIF89a\x01 > > thanks for the response :) > > > > -Original Message- > From: jean-baptiste verrey > To: NYPHP Talk > Sent: Thu, Aug 4, 2011 2:25 pm > Subject: Re: [nyphp-talk] cURL question > > what do you mea

Re: [nyphp-talk] cURL question

2011-08-04 Thread Robert Kim App and Facebook Marketing
9 GMT\r\nContent-Length: >> > 807\r\n\r\nGIF89a\x01 >> > >> > thanks for the response :) >> > >> > >> > >> > -Original Message- >> > From: jean-baptiste verrey >> > To: NYPHP Talk >> > Sent: Thu,

Re: [nyphp-talk] cURL question

2011-08-04 Thread Federico Ulfo
\r\nGIF89a\x01 > > > > thanks for the response :) > > > > > > > > -Original Message- > > From: jean-baptiste verrey > > To: NYPHP Talk > > Sent: Thu, Aug 4, 2011 2:25 pm > > Subject: Re: [nyphp-talk] cURL question > > > >

Re: [nyphp-talk] cURL question

2011-08-04 Thread Darryle Steplight
t; > > > -Original Message- > From: jean-baptiste verrey > To: NYPHP Talk > Sent: Thu, Aug 4, 2011 2:25 pm > Subject: Re: [nyphp-talk] cURL question > > what do you mean by " the response just renders the image with the url" ? > you mean the url is writ

Re: [nyphp-talk] cURL question

2011-08-04 Thread Rob
nDate: Thu, 04 Aug 2011 18:20:39 GMT\r\nContent-Length: 807\r\n\r\nGIF89a\x01 thanks for the response :) -Original Message- From: jean-baptiste verrey To: NYPHP Talk Sent: Thu, Aug 4, 2011 2:25 pm Subject: Re: [nyphp-talk] cURL question what do you mean by " the response

Re: [nyphp-talk] cURL question

2011-08-04 Thread Federico Ulfo
Could you provide me/us (privately) the url of the pixel image so I can understand what's your problem? Thanks On Thu, Aug 4, 2011 at 2:24 PM, jean-baptiste verrey < jeanbaptiste.ver...@gmail.com> wrote: > what do you mean by " the response just renders the image with the url" ? > you mean the ur

Re: [nyphp-talk] cURL question

2011-08-04 Thread jean-baptiste verrey
what do you mean by " the response just renders the image with the url" ? you mean the url is written in the image OR the url is written after the data (that is the code of the image)? On 4 August 2011 18:22, Rob wrote: > > does any know of a way to grab an image url that gets returned as a > r

[nyphp-talk] cURL question

2011-08-04 Thread Rob
does any know of a way to grab an image url that gets returned as a response from a curl call? what's happening is that i am making a ping call to a service and they render a pixel, but within the url of the image, there is data that i need to parse out. i've checked the headers and there

Re: [nyphp-talk] cURL question

2008-10-07 Thread Elijah Insua
Rahmin, As best practice you should secure your login data by sending it over https. Curl handles cookies rather well and should work for your needs. Regards, Elijah Insua I'm currently building an API to connect to an HTTPS server. My first script POSTs login data as cleartext by way

[nyphp-talk] cURL question

2008-10-07 Thread Rahmin Pavlovic
Hi, all: I'm wondering what the best way to do this is (may not be cURL): I'm currently building an API to connect to an HTTPS server. My first script POSTs login data as cleartext by way of cURL. The HTTPS server throws a secure cookie back at me, set to expire within 24 hours. So far,