Unfortunately I don't have control over the client side. So indeed it
would be to force the api to create new types, not something that could
be done in an extension anyway...
However, $_GET does work. I remember however having read that this
wasn't adviced but can't find where or why.
I imagine
On Mon, Jan 7, 2013 at 5:10 PM, wrote:
> Hello again. I've got another question using the api:
>
> One of the params my api receives is the binary representation of an
> hexadecimal value (the info hash),
Why not pass the hex representation, or base36, like list=allimages
does for its sha1 param
Hello again. I've got another question using the api:
One of the params my api receives is the binary representation of an
hexadecimal value (the info hash),
this parmeter arrives spilled to the $params array.
Diving down the debug, I found that the responsible is getGPCVal method
in WebReque