Something in the latest Apache …

Something in the latest Apache or PHP releases causes Spackle updates to fail. After much trouble-shooting I tracked it down to the way POST requests were formed by Spackle.
Originally each client would send a request to the server with the POST made up of a complete URL in the POST part, ie.

http://192.168.1.1/~spackle/client.php?action=update…..

instead of

action=update….

In client.sh, change the following:

echo -n “$server&action=update&data=” > content
to
echo -n “action=update&data=” > content

Spackle hasn’t working for months because of that. Must contact the author again.

Leave a Reply

%d bloggers like this:

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close