Skip to content

Commit 4933df3

Browse files
author
Julian Kern
committed
using https for CORS
1 parent cdcccbf commit 4933df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can-ajax-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ if(typeof XDomainRequest === 'undefined') {
287287
var done = assert.async();
288288
ajax({
289289
type: "POST",
290-
url: "http://httpbin.org/post",
290+
url: "https://httpbin.org/post",
291291
data: {'message': 'VALUE'},
292292
dataType: 'application/json'
293293
}).then(function(resp){

0 commit comments

Comments
 (0)