Created
December 9, 2011 18:11
-
-
Save pi3r/1452659 to your computer and use it in GitHub Desktop.
bf3 bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unable the create a party using the button present in the COM CENTER | |
Windows 7 64 bit (up to date) | |
Google Chrome v15.0.874.121 | |
Avast v6.0.1367(turned off) | |
Here are the data i send when clicking on the button: | |
Request URL:http://battlelog.battlefield.com/bf3/comcenter/createParty/ | |
Request Method:POST | |
Status Code:200 OK | |
Request Headersview source | |
Accept:application/json, text/javascript, */*; q=0.01 | |
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
Accept-Encoding:gzip,deflate,sdch | |
Accept-Language:en-US,en;q=0.8 | |
Connection:keep-alive | |
Content-Length:47 | |
Content-Type:application/x-www-form-urlencoded | |
Host:battlelog.battlefield.com | |
Origin:http://battlelog.battlefield.com | |
Referer:http://battlelog.battlefield.com/bf3/user/p3on/friends/ | |
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2 | |
X-Requested-With:XMLHttpRequest | |
Form Dataview URL encoded | |
post-check-sum:7a9f82cf13 | |
partyDesc:p3ons party | |
Response Headersview source | |
Cache-Control:no-cache, must-revalidate | |
Connection:Keep-Alive | |
Content-Length:46 | |
Content-type:application/json | |
Date:Fri, 09 Dec 2011 18:09:09 GMT | |
Expires:Fri, 15 Jul 1983 01:23:45 GMT | |
Here the JSON response: | |
data: {} | |
message: "ERROR" | |
type: "success" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment