<p>Ккк</p>
<div class="gmail_quote">09.11.2012 7:12 пользователь "waldo kitty" <<a href="mailto:wkitty42@windstream.net">wkitty42@windstream.net</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 11/8/2012 17:11, Michael Van Canneyt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
On Thu, 8 Nov 2012, waldo kitty wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
i'm looking at creating a REST web application client... nothing fancy...<br>
command line oriented... fire it up, it logs into the website and performs the<br>
REST queries saving the output to named files...<br>
<br>
i have no clue where to start looking in the FPC documentation or any existing<br>
libraries... i have toyed with something using fpweb that would pull some<br>
pages from a site for scraping but that idea is no longer being considered...<br>
</blockquote>
<br>
Why not ?<br>
</blockquote>
<br>
mainly because the data is better gathered from the other site with REST... no need to screenscrape from there or have to deal with a lack of data because the 1st site hasn't gathered it ;)<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
firstly i'm not sure how to go about doing the login ops with cookies and<br>
such... the site gives some assistance and examples for using wget and curl<br>
but i think i'd prefer to handle this in my client... currently there's a<br>
"normal" login on an existing non-REST site and then there's a new method of<br>
login on the REST site... i haven't been able to figure out how to convert my<br>
fpweb client so that it properly logs in and retains the login so that<br>
subsequent queries will work...<br>
</blockquote>
<br>
I have done this in several projects using fpweb (specifically fphttpclient).<br>
Usually it is simply a matter of retaining some cookies.<br>
</blockquote>
<br>
you should recall my recent foray into using that code... i had asked about persistent connections because mine weren't completing until i included headers to state the connection was to be closed...<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
if you give more details, maybe I can offer more help ?<br>
</blockquote>
<br>
i'm not sure what to give... i have no clue how to gather cookie data and send it back based on the existing example(s) that i've seen :(<br>
<br>
i do know that i was unable to use the REST site's sample wget cookie stuff make requests to the "normal" login site... i don't know how to state that properly since i'm not sure how either site is really working in this aspect... i only know that the cookie stuff apparently didn't work as described by simply changing the site address from one to the other...<br>

______________________________<u></u>_________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.<u></u>org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-pascal</a><br>
</blockquote></div>