Top "Rfc" questions

An RFC is a "Request For Comments": the form of internet standards from the Internet Engineering Task Force (IETF) until they are made standards.

JSON Specification and usage of BOM/charset-encoding

I've been reading up on the RFC-4627 specification, and I've come to interpretation: When advertising a payload as application/json …

json mime-types rfc
SMTP dot stuffing.. when and where to do it?

I have found conflicting information about dot stuffing when transmitting an email. stuff a dot if the line contains a …

email smtp rfc
Implementing an HTTP proxy

I would like to implement and HTTP proxy server to get a deeper understanding of some of the finer points …

http protocols rfc http-proxy http-protocols
See HttpWebRequest as string before GetResponse without using fiddler

How can i see HttpWebRequest object as string before calling GetResponse method? I want to see raw format of request …

c# .net httpwebrequest rfc windows
Leading underscores in an email address?

What RFC would I refer to in order to find out if a leading underscore in the local part of …

email-validation rfc
Is "UTC" a valid timezone name for RFC 1123 specification?

I am working against an API and it requests RFC 1123 dates. If I send requests with a date like Thu, 04 …

datetime rfc
What is RFC-compliant URI

While going through features of .NET framework 4.5, I found that it supports RFC-compliant URIs. What does it mean to have …

.net uri rfc rfc2396 .net-4.5