Chunks chunks chunks

If you happen to use cURL to fetch a remote webpage and return the data to a client, watch out for content-chunking (aka “chunked transfer-encoding“). cURL deals with the chunking seamlessly to return a single response to your php script, wherein lies the potential problem. If you do what I did and pass all the […]

Using Script tags to do remote HTTP calls in Javascript

I’ve been racking my brains all afternoon trying to find a workable solution to the problem of not being able to make remote HTTP calls using javascript. This is an issue for me because so much of my work takes place inside a TiddlyWiki which, when viewed locally (from a file:// url) is a perfect […]

Follow

Get every new post delivered to your Inbox.