Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created October 20, 2017 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeherve/f6236065260e955d6243e730d239b9a0 to your computer and use it in GitHub Desktop.
Save jeherve/f6236065260e955d6243e730d239b9a0 to your computer and use it in GitHub Desktop.
POST XML to xmlrpc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>400 Bad Request</title>
<style type="text/css">
<!--
body {
/* If you want to add a background image uncomment the CSS properties below */
/* background-image:url(http://www.example.com/wp-content/plugins/bulletproof-security/abstract-blue-bg.jpg); /*
/* background-repeat:repeat; */
background-color:#CCCCCC;
line-height: normal;
}
#bpsMessage {
text-align:center;
background-color: #F7F8F9;
border:5px solid #000000;
padding:10px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}
-->
</style>
</head>
<body>
<div id="bpsMessage">
<p>tinadubinsky.com 400 Bad Request Error Page</p>
<p>If you arrived here due to a search or clicking on a link click your Browser's back button to return to the previous page. Thank you.</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment