Skip to content

Commit

Permalink
https validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashape committed Feb 18, 2011
1 parent 971eabf commit ad9c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mashape/methods/call/call.php
Expand Up @@ -42,7 +42,7 @@
define("QUERY_PARAM_SERVERKEY", "serverkey");
define("QUERY_PARAM_LANGUAGE", "language");
define("QUERY_PARAM_VERSION", "version");
define("MASHAPE_TOKEN_VALIDATION_URL", "http://api.mashape.com/validateToken");
define("MASHAPE_TOKEN_VALIDATION_URL", "https://api.mashape.com/validateToken");

class Call implements IMethodHandler {

Expand Down

0 comments on commit ad9c4e0

Please sign in to comment.