I tried this a while ago ever since I saw the post on se7ensins but somebody posted a tutorial on how to setup fiddler to use on your xbox devkit. It says you have to use this command: "xbsetcfg.exe /httpproxy set name port /cert %USERPROFILE%\Desktop\FiddlerRoot.cer" "name" is the ip address of your pc and "port" is the port that fiddler is listening on. But when I tried putting this command in xbox 360 command prompt, the command /httpproxy isn't an actual command. It gives me many different commands but /httpproxy isn't there. So I was just wondering if anybody here knows how to set it up? Thanks Also here is the link to the se7ensins post: http://www.se7ensins.com/forums/threads/logging-in-as-console.1118424/page-5#post-8811365
Fiddler is a man-in-the-middle type HTTP/HTTPS analysis tool. https://msdn.microsoft.com/en-us/library/windows/desktop/ff966510(v=vs.85).aspx
Fiddler is kidna cool. Linux must have more 1337 tools for this but MS uses and advice's Fiddler for alott of things. other then for webapps I haven't used it.
I've used fiddler many times, its really useful but I would really like to use it with my xdk but no one seems to know how to use it. There isn't many documentation on it either.
http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/MonitorRemoteMachine http://www.se7ensins.com/forums/threads/logging-in-as-console.1118424/page-5#post-8811365 http://www.telerik.com/forums/error-with-https-traffic-due-to-certs-with-xbox360 Starting to get instresting.. so, basicly you need your Xbox to accept this certificate and reroute the xbox to use your proxy (fiddler on your PC) ? I see someone doing FSD stuff and xbsetcfg /x 192.168.1.81 something something/ Maybe someone can help you if we know wich version of the xbsetcfg (SDK) you use, and I cant find anything yet, and not have any sdk near me to find one, what commandline options do your version have? EDIT: version 2.21173 (yours can be different. try --help as option to get all accepted arguments. Code: To enable or modify XHttp default/override proxy settings: /HTTPPROXY set <name> <port> [/cert <filepath>] [/force] /HTTPPROXY clear [/force] <name> == Proxy server host name or IP address. <port> == Proxy server port number. /cert == Enables trust of the specified root certificate for man-in-the-middle SSL/TLS decryption. <filepath> == Path to the root certificate .cer file. /force == Applies to all XHttpOpen calls even if they don't specify XHTTP_ACCESS_TYPE_DEFAULT_PROXY.
nice glad i could help even by not knowing this was posible before. i just unpacked xbsetcfg.xex and xbdm.dll from version 2.21173 xdk i found on my hdd. Dint install anything yet. Probably an option they added later.