<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-04-26 0:40 GMT+03:00 bruce <span dir="ltr">&lt;<a href="mailto:badouglas@gmail.com" target="_blank">badouglas@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">(posted to fedora just in case as well.. thanks!!)<br>
<br>
Hi.<br>
<br>
As a test, trying to access<br>
<br>
<a href="https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d" target="_blank">https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d</a><br>
<br>
via curl.<br>
<br>
I&#39;ve tried the following combinations with no luck. Any<br>
pointers/thoughts. I&#39;m pretty sure Ive done this before, but can&#39;t<br>
recall what I&#39;m missing.<br>
<br>
curl -vvv  -A &#39;Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101<br>
Firefox/31.0&#39;&#39;  -L<br>
&quot;<a href="https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d" target="_blank">https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d</a>&quot;<br>
 --cacert /apps/parseapp2/cacert.pem<br>
<br>
<br>
curl -vvv  -A &#39;Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101<br>
Firefox/31.0&#39;&#39;  -L<br>
&quot;<a href="https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d" target="_blank">https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d</a>&quot;<br>
 -k<br>
<br>
curl -vvv  -A &#39;Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101<br>
Firefox/31.0&#39;&#39;  -L<br>
&quot;<a href="https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d" target="_blank">https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d</a>&quot;<br>
<br>
<br>
The test is being run on centos 6.5<br>
<br>
thanks<br>
<span><font color="#888888">--<br></font></span></blockquote><div><br><div>In theory you should make initial request first to grab <a href="http://bkstr.com">bkstr.com</a> (+Akamai) cookies, but in reality<br><br>curl -vvv -A &quot;Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0&quot; -L &quot;<a href="https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d" target="_blank">https://www.bkstr.com/webapp/wcs/stores/servlet/LocateCourseMaterialsServlet?requestType=INITIAL&amp;storeId=270405&amp;demoKey=d</a>&quot; -b &quot;JSESSIONID=&quot;<br><br></div>works fine for that url.<br><br><br></div></div><br></div></div>