質問編集履歴

1

ダミードメインに書き換え

2022/10/04 01:59

投稿

cyber_fn
cyber_fn

スコア6

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```Python
12
12
  headers = {'Content-Type': 'application/json'}
13
- url='https://plustest:plussp@plus-creative.xyz/nakata/asp_api/'
13
+ url='https://xxxxxx.com/test/'
14
14
  #data = '{"aaaaaa":"111","bbbb":"2222"}'
15
15
 
16
16
  data = {
@@ -20,7 +20,7 @@
20
20
 
21
21
  response = requests.post(url, headers=headers, data=data)
22
22
  ```
23
-
23
+ https://xxxxxx.com/test/index.php
24
24
  ```PHP
25
25
  var_dump($_POST);
26
26
  ```