API Call: http://api.borigami.net/v1.php?k=htmlentities
Input:
phase=encode data=<script>alert('Hello');</script>
- Part in blue color is a constant.
- Part in red color is text which will be encoded.
- Input must be post variables
Output:
- In case of error:
- In case of success:
kind=error
data=Invalid request!
Part in red color is error message.
kind=success
data=<script>alert('Hello');</script>
Part in red color is encoded text.
No comments:
Post a Comment