Get your own customer support community
 

Encoding bug in pinging customized URL

The cuszomized URL method has a bug. Here's the raw socket I captured:

POST / HTTP/1.1
Host: 202.115.22.208:8000
Accept: */*
X-Ping-Server: Ping.fm
Content-Length: 289
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------70f7ecef425b

------------------------------70f7ecef425b
Content-Disposition: form-data; name="method"

status
------------------------------70f7ecef425b
Content-Disposition: form-data; name="message"
啊。crap
------------------------------70f7ecef425b--

The `multipart/form-data` has no charset declared, and it's not url-encoded.

And if I posted some CJK characters via Ping.fm customized URL, the characters is not displayed correctly. I think it's an encoding problem.
Inappropriate?
1 person has this problem

User_default_medium