python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Decoding comment and ccontent in RFC 2822
I was working on a regular expression to validate email addresses and I'm getting hung up in a recursive level of quoted-string, specifically comment and ccontent. It seems to me that I'm unable to r...
Hossy
Votes: 0
Answers: 1
SIPREC Protocol with FREESWITCH
I was trying to enable call-recording in VOIP calls so i read about the SIPREC
https://www.ietf.org/rfc/rfc7866.html
How to use SIPREC protocol with FREESWITCH??is there any module for that??
please g...
Shaikh Tanvir
Votes: 0
Answers: 0
RFC 7396 - JSON Merge Patch - Updating objects in a list
The RFC 7396 states:
If the patch is anything other than an object, the result will always be to replace the entire target with the entire patch. Also, it is not possible to patch part of a target t...
Thomas K
Votes: 0
Answers: 2
How to bypass golang's HTTP request (net/http) RFC compliance
I'm developing a Security Scanner and therefore need to send HTTP requests which don't honor RFC specifications. However, golang is very strict to comply with these.
Issue
I want to send a HTTP requ...
LowkeyFlex
Votes: 0
Answers: 1