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.

What pattern should be used to parse RFC 3339 datetime strings in java

This seems to be a common question with many different answers. Before you answer, I have used both joda-time and …

java datetime rfc rfc3339
Domain names with dots at the end

What is the difference between: domainname and domainname. ? For instance, let's suppose msn.com and msn.com.. I tried both …

dns rfc
In JsonSchema, the format value should be set as "full-date" or "date"?

You may use jsonSchemaLint for testing purposes. I have this JsonSchema, which sets format as "full-date". All Draft-6 validators (Json.…

json json.net jsonschema rfc json-schema-validator
multipart/form-data, what is the default charset for fields?

what is the default encoding one should use to decode multipart/form-data if no charset is given? RFC2388 states: 4.5 Charset …

http standards-compliance multipartform-data rfc
How to fragment H264 Packets in RTP compliant with RFC3984

I have the FFMPEG streaming baseline h264 video, which I have to encapsulate in RTP and send to SIP phones …

video sip h.264 rtp rfc
What's the deal with HTTP status code 308?

An IETF RFC draft The Hypertext Transfer Protocol (HTTP) Status Code 308 (Permanent Redirect) defines HTTP status 308 as Permanent Redirect. It …

http-status-codes rfc http-status-code-308
What status code to use when a parameter is missing in the query string?

I have an endpoint that requires a parameter passed via the query string (is a GET verb). What is the …

rest http rfc
How to write and propose an RFC?

I found that IMAPv4 has a shortcoming as it forces users to download whole body (text/HTML + attachments). How to …

rfc
Maximum Cookie Size of current browsers (Year 2018)

From the django docs: Both RFC 2109 and RFC 6265 state that user agents should support cookies of at least 4096 bytes. For …

http cross-browser rfc
Why does SOCKS5 require to relay UDP over UDP?

The SOCKS5 protocol, described by RFC1928 provides support for UDP. To summarize, a client wishing to relay UDP packets through …

networking tcp udp socks rfc