<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erata.NET &#187; http</title>
	<atom:link href="http://www.erata.net/tag/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erata.net</link>
	<description>If we don't have the solution you have the wrong problem</description>
	<lastBuildDate>Thu, 17 Nov 2011 11:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Verify that the current user is granted access in the appropriate allowAccounts section of SMSvcHost.exe.config</title>
		<link>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/</link>
		<comments>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:54:46 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[lt system]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Microsoft.NET]]></category>
		<category><![CDATA[net.tcp]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[PsGetSid]]></category>
		<category><![CDATA[security identifier]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[SMSvcHost.exe.config]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[wcf]]></category>
		<category><![CDATA[WCF Service]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows microsoft]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[youraccount]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=209</guid>
		<description><![CDATA[Quick tip that maybe will save others time: 
 
In Windows 7 ( and maybe Vista) when hosting a WCF Service in a console application AS A USER and not as administrator, you might get an exception telling you that you don't have access to register with the net.tcp port sharing service. 
 
To resolve this problem: 
 
- Download <a title="PsGetSid" href="http://technet.microsoft.com/en-us/sysinternals/bb897417">PsGetSid</a> ( this will give you the  <a href="http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/windows/verify-that-the-current-user-is-granted-access-in-the-appropriate-allowaccounts-section-of-smsvchost-exe-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# HTTP Request</title>
		<link>http://www.erata.net/net/csharp-http-request/</link>
		<comments>http://www.erata.net/net/csharp-http-request/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 10:05:06 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[main string]]></category>
		<category><![CDATA[maner]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[response request]]></category>
		<category><![CDATA[string args]]></category>
		<category><![CDATA[synchronous]]></category>
		<category><![CDATA[System.Net]]></category>
		<category><![CDATA[today]]></category>
		<category><![CDATA[void]]></category>
		<category><![CDATA[webrequest]]></category>

		<guid isPermaLink="false">http://www.erata.net/?p=108</guid>
		<description><![CDATA[A few years ago I've written an article on <a href="http://www.erata.net/qt-boost/synchronous-http-request/">how to perform a synchronous HTTP</a> request using Qt 4.2. I I've seen this article today and since now I'm mostly working with C# i was wandering how fast can i do the same thing in c#. After very few minutes I've managed to came up with this: 
using System; 
using System.Net; 
using System.IO; 
 
class Program 
{ 
 static <a href="http://www.erata.net/net/csharp-http-request/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/net/csharp-http-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt4 Synchronous HTTP Request</title>
		<link>http://www.erata.net/qt-boost/synchronous-http-request/</link>
		<comments>http://www.erata.net/qt-boost/synchronous-http-request/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 16:13:00 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Qt & boost]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[const]]></category>
		<category><![CDATA[driven operations]]></category>
		<category><![CDATA[driven programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[protected]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[qstring]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[reque]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[return error]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[www.google.com]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/qt-boost/2006/11/08/synchronous-http-request/</guid>
		<description><![CDATA[<h2>Problem</h2>
Creating a wrapper over QHttp that can perform GET and POST requests  in a synchronous way.

 <a href="http://www.erata.net/qt-boost/synchronous-http-request/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/qt-boost/synchronous-http-request/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Web application security flows</title>
		<link>http://www.erata.net/security/web-application-security-flows/</link>
		<comments>http://www.erata.net/security/web-application-security-flows/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 12:07:06 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[first security]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[server side programming]]></category>
		<category><![CDATA[server side programming language]]></category>
		<category><![CDATA[side programming language]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[Web application security]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[WHERE]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/projects/2006/10/12/web-application-security-flows/</guid>
		<description><![CDATA[Here goes... my first security related post :)
<h3>Intro</h3>
First i must say that this will not be a way to prove that your application is secure, it will only be a quick &#38; dirty way of finding common bugs in web applications. The following will be a few techniques that i tend to use the first time i see an web application ( and generally a database application ). I will use PHP for the few code examples but the vulnerabilities presented are not limited to PHP, in fact are independent of the server-side programming language used.

 <a href="http://www.erata.net/security/web-application-security-flows/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/security/web-application-security-flows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

