First of all I'm running CFW 5.50GEN-B. I've been messing around on the Sensme application website located at
http://www.playstation.com/psp-app/sensme/en/, trying to figure out how it works. I've tried to get some sort of weird response (by weird I mean a file download or an error) in Firefox by using the UserAgent Switcher addon to replicate a psp browser. It seems to affect the layout of the site when I have it faked as a PSP (which is good) but I'm using the Live HTTP Headers addon. For some reason it can manage to tell my browser that the getPackage.php file has been "permanently moved", a header most likely sent from getPackage.php itself.
Here's the record.
Code:
http://www.playstation.com/psp-app/sensme/getPackage.php
GET /psp-app/sensme/getPackage.php HTTP/1.1
Host: www.playstation.com
User-Agent: Mozilla/4.0 (PSP (PlayStation Portable); 2.00)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://www.playstation.com/psp-app/sensme/en/
HTTP/1.x 301 Moved Permanently
Date: Fri, 06 Nov 2009 02:11:14 GMT
Server: Apache
Accept-Ranges: bytes
X-Powered-By: PHP/4.3.2
Location: http://www.playstation.com/psp-app/sensme/en/download_pc.html
Content-Type: text/html
Transfer-Encoding: chunked
Proxy-Connection: Keep-Alive
Connection: Keep-Alive
Age: 0
Can anyone else figure out how this "one-click installation" works directly from a browser? I think this would be a great tool for any PSP website that has homebrew, you'd just peruse the site, "Click here to install!" and then it would automatically download to the destination of choice decided by the site. If we can collaborate on this we might be able to make something of it!