cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Enable javascript with curl

From: Sourin Maiti <sourin.maiti_at_gmail.com>
Date: Thu, 5 May 2016 16:27:36 +0530

The Raw fiddler entry is:

POST
http://vhlxxxxxxxxx.xxxxxxx.xxx:00000/AirShopMonitor/monitor/UIDL?repaintAll=1&sh=768&sw=1364&cw=1364&ch=629&vw=1364&vh=629&fr=
HTTP/1.1
Accept: */*
Content-Type: text/plain;charset=utf-8
Referer: http://vhlxxxxxxxxx.xxxxxxx.xxx:00000/AirShopMonitor/monitor
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like
Gecko
Host: vhlxxxxxxxxx.xxxxxxx.xxx:00000
Content-Length: 5
Connection: Keep-Alive
Pragma: no-cache
Cookie: JSESSIONID=0000QLuOOXg2GAujSyot2ncD_Yf:180reu25m

init

I am able to see the required data in TEXT view and Syntax View but not in
Raw response, I am not able to create the curl request with it.

Thanks,
Sourin Maiti

On 5 May 2016 at 15:06, Sourin Maiti <sourin.maiti_at_gmail.com> wrote:

> Thanks Ray, Bruce and Daniel for helping me. I tried it with fiddler and
> can see the response for below request url
>
>
> http://vhldxxxxxxx.xxxxxxx.xxx:00000/AirShopMonitor/monitor/UIDL?repaintAll=1&sh=768&sw=1364&cw=1364&ch=629&vw=1364&vh=629&fr=
>
> But I am not able to run this as it is from my Linux machine. Do i have to
> convert it?
>
> Thanks,
> Sourin Maiti
>
>
>
> On 5 May 2016 at 02:28, Ray Satiro via curl-users <curl-users_at_cool.haxx.se
> > wrote:
>
>> On 5/4/2016 4:44 PM, bruce wrote:
>>
>>> running ff 38 and don't see dev tools.. I see it in my chrome/dev
>>> tools.. hmmm...
>>>
>>
>> I'm also using Firefox 38 ESR. Click the Developer button and then
>> Network (CTRL + SHIFT + Q). Or if you are using the regular menu Tools >
>> Web Developer > Network. It will say reload the page with a button. Click
>> that button. You should see all the network connections for the tab.
>> Right-click on a connection and there is a Copy as cURL button.
>>
>>
>> -------------------------------------------------------------------
>> List admin: https://cool.haxx.se/list/listinfo/curl-users
>> FAQ: https://curl.haxx.se/docs/faq.html
>> Etiquette: https://curl.haxx.se/mail/etiquette.html
>>
>
>
>
> --
> with regards,
> Sourin Maiti
>

-- 
with regards,
Sourin Maiti

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-05-05