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.

Which date formats are IETF-compliant RFC 2822 timestamps?

I need to parse dates in JavaScript. The format is [2 digits day]/[2 digits month]/[4 digits year] [2 digits hour (24 mode)]:[2 digits …

javascript date datetime rfc rfc2822
Data URI scheme and Internet Explorer 9 Errors

I'm having a problem using the RFC 2397 data url scheme with IE versions 6-9. My sample code below works without …

internet-explorer protocols rfc data-url
Why do HTTP servers forbid underscores in HTTP header names

I had a problem with a custom HTTP SESSION_ID header not being transfered by nginx proxy. I was told …

apache http nginx rfc
Online SpamAssassin evaluation / RFC conformant check

I want to check the SpamAssassin SPAM score of E-Mails including headers generated by a script from a WebApp. Therefore …

email spam rfc spam-prevention spamassassin
Can . (period) be part of the path part of an URL?

Is the following URL valid? http://www.example.com/module.php/lib/lib.php According to http://tools.ietf.org/…

url rfc
Extract Server Name Indication (SNI) from TLS client hello

How would you extract the Server Name Indication from a TLS Client Hello message. I'm curently struggling to understand this …

ssl language-agnostic protocols binary-data rfc
Is Oracle's SYS_GUID() UUID RFC 4122 compliant?

I wonder if Oracle's SYS_GUID() function returns a RFC 4122 compliant UUID. For example: SQL> select sys_guid() from …

oracle uuid rfc
RFC 2822 and ISO 8601 date format regex

In JavaScript there is Date.parse() method, which parses a string representing an RFC 2822 or ISO 8601 date (see MDN). Among …

javascript regex datetime-format iso rfc
Is there an RFC on EML file formats?

Basically, I'm attempting to work with EML files and I want to know if these files are pretty standard across …

email rfc eml email-formats