Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

delete.cgi

Spotlight edited this page Feb 11, 2018 · 3 revisions

Example from Wii:

POST /cgi-bin/delete.cgi HTTP/1.1
Host: mtw.rc24.xyz
User-Agent: WiiConnect24/2.0.3.1
Content-Type: application/x-www-form-urlencoded
Content-Length: 55

mlid=wFRIEND_CODE&passwd=PASSWD&delnum=1

Server:

cd=100
msg=Success.
deletenum=10
rcv.interval=5
  • deletenum is somewhat confusing... it's unknown if the server just repeats what the Wii says, how many messages were actually deleted, etc.. the Wii doesn't seem to care though.
  • rcv.interval is similar to check.cgi's interval.
Clone this wiki locally