Decoding application/x-vermeer-rpc in native C++

A

Alain Trepanier

// CLIENT REQUEST
POST /_vti_bin/shtml.dll/_vti_rpc HTTP/1.1
Date: Tue, 28 Sep 2004 18:01:47 GMT
MIME-Version: 1.0
User-Agent: MSFrontPage/6.0
Host: mgaprod2
Accept: auth/sicily
Content-Type: application/x-www-form-urlencoded
X-Vermeer-Content-Type: application/x-www-form-urlencoded
Connection: Keep-Alive
Cache-Control: no-cache
Content-Length: 129

method=url+to+web+url%3a6%2e0%2e2%2e5530&url=%2fc19%2f%c3%
87%c3%bc%c3%a9%c3%a2%c3%a4%c3%a0%c3%a5%c3%a7%c3%aa%c3%ab%
c3%a8&flags=0

// SERVER RESPONSE
HTTP/1.1 200 OK
Connection: close
Date: Tue, 28 Sep 2004 18:01:47 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 6.0.2.5530
Content-type: application/x-vermeer-rpc

<html><head><title>vermeer RPC packet</title></head>
<body>
<p>method=url to web url:6.0.2.5530
<p>webUrl=/c19/Çüéâäà åçêëè<-- WHAT I WANT
TO DECODE/ENCODE
USING SYS FUNCTION
<p>fileUrl=
</body>
</html>

thx
Alain Trepanier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top