C library for easier HTTP(S)
Chris Mahoney (1684) 2165 posts |
Version 0.12 is now available from the usual place. This makes some suggested changes to cookie handling. |
Matthew Phillips (473) 721 posts |
I think you’ve made a mistake in the rejection of incoming cookies. It’s the flags from URL_ReadData you need to look at, not URL_GetURL. Sorry if I wasn’t clear. Edit: Sorry – you’ve followed the documents. Looks like I may have got them wrong. I’ll check the module again after breakfast and update the documentation. |
Matthew Phillips (473) 721 posts |
Sorry about this: at some point I incorrectly added the stuff about bit 16 to the wiki page for URL_GetURL. I have corrected that now. What you need to do instead is look at bit 16 of R0 in the return values for URL_ReadData. I wasn’t very clear in the post which you linked to either. I will go and edit that now, to make sure others are not misled. I think I was a bit confused at the time. In fact, I added the stuff about bit 16 erroneously to the URL_GetURL page about the same time I made that post. I’d got it straight in my head by this post two days later. |
Chris Mahoney (1684) 2165 posts |
That makes a lot more sense, now that I’m actually thinking about it. The problem is that I wasn’t thinking about it earlier, just blindly following instructions.
And this sort of thing is exactly why I have that disclaimer :) I have a busy day today so in the meantime I’ve reverted the download link to 0.11. |
Chris Mahoney (1684) 2165 posts |
Attempt 2… version 0.13 is now available. |