質問編集履歴

2

修正

2016/10/18 06:12

投稿

mokekepiropiro
mokekepiropiro

スコア12

test CHANGED
File without changes
test CHANGED
@@ -35,6 +35,8 @@
35
35
  {
36
36
 
37
37
  NSString *params = [NSString stringWithFormat:@"id=%@&uuid=%@", [id urlEncode], [uuid urlEncode]];
38
+
39
+ NSMutableURLRequest *request = [NSMutableURLRequest new];
38
40
 
39
41
  [request setCachePolicy:NSURLRequestUseProtocolCachePolicy];
40
42
 

1

修正

2016/10/18 06:12

投稿

mokekepiropiro
mokekepiropiro

スコア12

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,9 @@
50
50
 
51
51
  //ここでは値が入っている
52
52
 
53
+ NSLog(@"request header: %@",request.allHTTPHeaderFields);
54
+
53
- NSLog(@"request header: %@",request.HTTPBody);
55
+ NSLog(@"request body: %@",request.HTTPBody);
54
56
 
55
57
 
56
58