cURL / Mailing Lists / curl-users / Single Mail

curl-users

sublte/basic https issue

From: bruce <badouglas_at_gmail.com>
Date: Sat, 25 Apr 2015 17:40:00 -0400

(posted to fedora just in case as well.. thanks!!)

Hi.

As a test, trying to access

https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&storeId=270405&demoKey=d

via curl.

I've tried the following combinations with no luck. Any
pointers/thoughts. I'm pretty sure Ive done this before, but can't
recall what I'm missing.

curl -vvv -A 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101
Firefox/31.0'' -L
"https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&storeId=270405&demoKey=d"
 --cacert /apps/parseapp2/cacert.pem

curl -vvv -A 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101
Firefox/31.0'' -L
"https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&storeId=270405&demoKey=d"
 -k

curl -vvv -A 'Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101
Firefox/31.0'' -L
"https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&storeId=270405&demoKey=d"

The test is being run on centos 6.5

thanks
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-04-25