Wednesday 30 July 2008 4:31:19 pm
Hi!
I'm getting some weird hexadecimals on top of the destination page whenever I try to use eZHTTPTool::sendHTTPRequest. I run it like:
eZHTTPTool::sendHTTPRequest("http://mywebsite.com/foo")
And at the very beginning of the result page (before any HTML code) I get a random hexadecimal of length 4. Some examples:
b2af
b2b0
b2b5 b2b3 If I change the URL to some other website:
eZHTTPTool::sendHTTPRequest("http://google.com")
I don't get any hexadecimals. But if I change it to any other ez publish website, for example:
eZHTTPTool::sendHTTPRequest("http://ez.no")
I get the same kind of hexadecimals on top of the ez.no website (look at the screenshot)
http://img291.imageshack.us/img291/1558/clipboard01vv0.png (of course, there's no css styles, since they're included with a relative path) Does anyone have any clue about what's going on? PS: I'm running this code inside a custom action
|