Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: curl-users Digest, Vol 182, Issue 16
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Madhav Bhamidipati via curl-users <curl-users_at_cool.haxx.se>
Date: Sun, 18 Oct 2020 12:49:21 +0530
Ok, but still I get Access denied
curl -s -L 'https://www.nseindia.com/'
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access
"http://www.nseindia.com/" on this server.<P>
Reference #18.f4c62c31.1603005433.2e42bd5
</BODY>
</HTML>
Any Certificates I need to update?
Regards,
Madhav
On Sat, Oct 17, 2020 at 3:32 PM <curl-users-request_at_cool.haxx.se> wrote:
> Send curl-users mailing list submissions to
> curl-users_at_cool.haxx.se
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> or, via email, send a message with subject or body 'help' to
> curl-users-request_at_cool.haxx.se
>
> You can reach the person managing the list at
> curl-users-owner_at_cool.haxx.se
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of curl-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Tiny curl example on FreeRTOS (Daniel Stenberg)
> 2. Url works on browser but not on command line (Madhav Bhamidipati)
> 3. Re: Url works on browser but not on command line (Freek de Kruijf)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 16 Oct 2020 16:39:36 +0200 (CEST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: Aaron Xu via curl-users <curl-users_at_cool.haxx.se>
> Cc: Aaron Xu <aaron.tsui_at_outlook.com>
> Subject: Re: Tiny curl example on FreeRTOS
> Message-ID: <alpine.DEB.2.20.2010161636360.11670_at_tvnag.unkk.fr>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> On Fri, 16 Oct 2020, Aaron Xu via curl-users wrote:
>
> > Where can I find an example for porting tiny curl on FreeRTOS device? I
> want
> > to try it today:)
>
> I would recommend the curl-library mailing list for this subject, as it
> would
> be libcurl and not the curl tool.
>
> Tiny-curl should build pretty much as-is on FreeRTOS if you just make sure
> to
> build all sources files under lib/. Maybe with the caveat that I believe
> I've
> only really done it myself with limited features enabled (which I think is
> also default in the shipped FreeRTOS config file) and only with wolfSSL
> for
> TLS.
>
> --
>
> / daniel.haxx.se | Commercial curl support up to 24x7 is available!
> | Private help, bug fixes, support, ports, new features
> | https://www.wolfssl.com/contact/
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 17 Oct 2020 09:55:17 +0530
> From: Madhav Bhamidipati <madhav.bhamidipati_at_gmail.com>
> To: curl-users_at_cool.haxx.se
> Subject: Url works on browser but not on command line
> Message-ID:
> <CAP=
> PNTArkwfGg7JT_egCzavUg7yBUHa0aGntOyQKrjcAHcH3SQ_at_mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I need a help in identifying this issue for e.g
>
> The following doesn't return output
>
> curl --connect-timeout 20 -s -L 'https://www.nseindia.com/
>
>
>
> but it perfectly works on browser.
>
>
> Thanks in advance
>
> Madhav
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://cool.haxx.se/pipermail/curl-users/attachments/20201017/099cfbe5/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Sat, 17 Oct 2020 11:14:14 +0200
> From: Freek de Kruijf <f.de.kruijf_at_gmail.com>
> To: the curl tool <curl-users_at_cool.haxx.se>
> Subject: Re: Url works on browser but not on command line
> Message-ID: <41104768.fIS4DG7zFa_at_eiktum>
> Content-Type: text/plain; charset="us-ascii"
>
> Op zaterdag 17 oktober 2020 06:25:17 CEST schreef Madhav Bhamidipati via
> curl-
> users:
> > I need a help in identifying this issue for e.g
> >
> > The following doesn't return output
> >
> > curl --connect-timeout 20 -s -L 'https://www.nseindia.com/
>
> How about putting a ' at the end?
> >
> >
> >
> > but it perfectly works on browser.
> >
> >
> > Thanks in advance
> >
> > Madhav
>
>
> --
> vr.gr.
>
> Freek de Kruijf
>
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> curl-users mailing list
> curl-users_at_cool.haxx.se
> https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
>
>
> ------------------------------
>
> End of curl-users Digest, Vol 182, Issue 16
> *******************************************
>
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-10-18
Date: Sun, 18 Oct 2020 12:49:21 +0530
Ok, but still I get Access denied
curl -s -L 'https://www.nseindia.com/'
<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD><BODY>
<H1>Access Denied</H1>
You don't have permission to access
"http://www.nseindia.com/" on this server.<P>
Reference #18.f4c62c31.1603005433.2e42bd5
</BODY>
</HTML>
Any Certificates I need to update?
Regards,
Madhav
On Sat, Oct 17, 2020 at 3:32 PM <curl-users-request_at_cool.haxx.se> wrote:
> Send curl-users mailing list submissions to
> curl-users_at_cool.haxx.se
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
> or, via email, send a message with subject or body 'help' to
> curl-users-request_at_cool.haxx.se
>
> You can reach the person managing the list at
> curl-users-owner_at_cool.haxx.se
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of curl-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Tiny curl example on FreeRTOS (Daniel Stenberg)
> 2. Url works on browser but not on command line (Madhav Bhamidipati)
> 3. Re: Url works on browser but not on command line (Freek de Kruijf)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 16 Oct 2020 16:39:36 +0200 (CEST)
> From: Daniel Stenberg <daniel_at_haxx.se>
> To: Aaron Xu via curl-users <curl-users_at_cool.haxx.se>
> Cc: Aaron Xu <aaron.tsui_at_outlook.com>
> Subject: Re: Tiny curl example on FreeRTOS
> Message-ID: <alpine.DEB.2.20.2010161636360.11670_at_tvnag.unkk.fr>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> On Fri, 16 Oct 2020, Aaron Xu via curl-users wrote:
>
> > Where can I find an example for porting tiny curl on FreeRTOS device? I
> want
> > to try it today:)
>
> I would recommend the curl-library mailing list for this subject, as it
> would
> be libcurl and not the curl tool.
>
> Tiny-curl should build pretty much as-is on FreeRTOS if you just make sure
> to
> build all sources files under lib/. Maybe with the caveat that I believe
> I've
> only really done it myself with limited features enabled (which I think is
> also default in the shipped FreeRTOS config file) and only with wolfSSL
> for
> TLS.
>
> --
>
> / daniel.haxx.se | Commercial curl support up to 24x7 is available!
> | Private help, bug fixes, support, ports, new features
> | https://www.wolfssl.com/contact/
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 17 Oct 2020 09:55:17 +0530
> From: Madhav Bhamidipati <madhav.bhamidipati_at_gmail.com>
> To: curl-users_at_cool.haxx.se
> Subject: Url works on browser but not on command line
> Message-ID:
> <CAP=
> PNTArkwfGg7JT_egCzavUg7yBUHa0aGntOyQKrjcAHcH3SQ_at_mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I need a help in identifying this issue for e.g
>
> The following doesn't return output
>
> curl --connect-timeout 20 -s -L 'https://www.nseindia.com/
>
>
>
> but it perfectly works on browser.
>
>
> Thanks in advance
>
> Madhav
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://cool.haxx.se/pipermail/curl-users/attachments/20201017/099cfbe5/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Sat, 17 Oct 2020 11:14:14 +0200
> From: Freek de Kruijf <f.de.kruijf_at_gmail.com>
> To: the curl tool <curl-users_at_cool.haxx.se>
> Subject: Re: Url works on browser but not on command line
> Message-ID: <41104768.fIS4DG7zFa_at_eiktum>
> Content-Type: text/plain; charset="us-ascii"
>
> Op zaterdag 17 oktober 2020 06:25:17 CEST schreef Madhav Bhamidipati via
> curl-
> users:
> > I need a help in identifying this issue for e.g
> >
> > The following doesn't return output
> >
> > curl --connect-timeout 20 -s -L 'https://www.nseindia.com/
>
> How about putting a ' at the end?
> >
> >
> >
> > but it perfectly works on browser.
> >
> >
> > Thanks in advance
> >
> > Madhav
>
>
> --
> vr.gr.
>
> Freek de Kruijf
>
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> curl-users mailing list
> curl-users_at_cool.haxx.se
> https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
>
>
> ------------------------------
>
> End of curl-users Digest, Vol 182, Issue 16
> *******************************************
>
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-10-18