Skip to content

Commit 01d3397

Browse files
Rawaa-Al-Kabbaniariya
authored andcommitted
Fix the outdated post url
1 parent fad2f73 commit 01d3397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/post.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"use strict";
44
var page = require('webpage').create(),
5-
server = 'http://posttestserver.com/post.php?dump',
5+
server = 'http://ptsv2.com/t/phantomjs-toilet/post',
66
data = 'universe=expanding&answer=42';
77

88
page.open(server, 'post', data, function (status) {

examples/postjson.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"use strict";
44
var page = require('webpage').create(),
5-
server = 'http://posttestserver.com/post.php?dump',
5+
server = 'http://ptsv2.com/t/phantomjs-toilet/post',
66
data = '{"universe": "expanding", "answer": 42}';
77

88
var headers = {

0 commit comments

Comments
 (0)