Tagged Questions
An RFC is a "Request for Comment": the form of internet standards from the Internet Engineering Taskforce (IETF) until they are made standards. And the usual form of reference to those standards.
13
votes
2answers
6k views
What is the behavior difference between return-path, reply-to and from?
On our mailing application we are sending emails with the following header:
FROM: marketing@customer.com
TO: subscriber1@domain1.com
Return-PATH: bouncemgmt@ourcompany.com
The problem that we are ...
11
votes
2answers
174 views
Any parsers for RFC documents?
RFCs (http://www.ietf.org/rfc.html) are usually published as text files.
Are there any other formats, which would make parsing the RFC content easier?
Are there any parsers for the widely used RFC ...
11
votes
5answers
9k views
How to overcome root domain CNAME restrictions?
We are hosting many web applications for our customers. As is obvious they want to use their own domains to refer to those applications, usually they want that any user that either type ...
10
votes
2answers
350 views
RFC3986 - which pchars need to be percent-encoded?
I need to generate a href to a URI. All easy with the exception when it comes to reserved characters which need percent-encoding, e.g. link to /some/path;element should appear as <a ...
9
votes
4answers
443 views
Is this a valid email address?
"Françoise Lefèvre"@example.com
I'm reading RFC 5321 to try to actually understand what constitutes a valid email address -- and I'm probably making this a lot more difficult than it needs to be -- ...
9
votes
1answer
1k views
JSON-RPC and Json-rpc service discovery specifications
I'm going to implement JSON-RPC web service. I need specifications for this. So far I had found only one resource that can be called as real specifications:
JSON-RPC 1.0 ...
7
votes
1answer
102 views
How do you comment on an RFC?
I have some comments about the OAuth draft RFC (specifically about some errors it contains), but I'm not sure what the accepted way is to make them.
There's an email address at the bottom, so do I ...
7
votes
6answers
406 views
What's the best way for the client app to immediately react to an update in the database?
What is the best way to program an immediate reaction to an update to data in a database?
The simplest method I could think of offhand is a thread that checks the database for a particular change to ...
6
votes
1answer
640 views
ERPConnect for SAP R/3 RFCs - is it any good?
We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together?
5
votes
1answer
318 views
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 dual;
SYS_GUID()
--------------------------------
...
5
votes
5answers
371 views
Is root@[127.1] a syntactically valid e-mail address?
Is root@[127.1] a syntactically valid e-mail address?
Why? Why not?
5
votes
4answers
280 views
Best way to document a packet protocol
I often find myself in the situation of wanting to write a breakdown of the protocol that some program (either my own or some other by reading its code or RCE) uses for its network communication, but ...
4
votes
1answer
67 views
4
votes
1answer
561 views
How to implement RFC 3393 (Ipdv packet delay varation) in C?
I am building an Ethernet Application in which i will be sending packets from one side and receiving it on the other side. I want to calculate delay in packets at the receiver side as in RFC 3393. So ...
3
votes
1answer
30 views
Need help getting a handle on SNMP
I'm implementing some SNMP functionality into an application so I can query devices for some basic data like serial numbers, name, manufacture, etc. I've had some reasonable success getting some ...
3
votes
2answers
50 views
Is there a standard algorithm for locale resolution?
In support of software internationalization, many programming languages and platforms support a means of obtaining localized resources to be used in the UI that is shown to the user (e.g. Java's ...
3
votes
1answer
44 views
RFC 1738: URL: Must the host contain a dot?
According to RFC 1738: Uniform Resource Locators (URL): 3.1. Common Internet Scheme Syntax, must the host component contain a dot, e.g., "example.com," i.e., may it be composed of only one domain ...
3
votes
2answers
70 views
What RFCs need to be considered in developing an SMTP client?
In theory, the set of Request For Comments (RFC) contain everything that a developer needs to know to build an SMTP client. However, it is not always easy to know which RFCs need to be considered and ...
3
votes
1answer
147 views
Why Illegal cookies are send by Browser and received by web servers (rfc 2109, 2965)?
According to RFC 2109, 2965 cookie's value can be either HTTP token or quoted string, and token can't include non-ASCII characters.
Cookie's RFC 2109 and RFC2965
HTTP's RFC 2068 and 2616 token ...
3
votes
2answers
303 views
ERPConnect (Theobald Software): RFC authorization
I want to call a remote SAP function via ERPConnect (Theobald Software):
R3Connection con = new R3Connection("host", 1, "user", "pw", "EN", "700");
con.Open(false);
RFCFunction func = ...
3
votes
3answers
1k views
How to write and propose a RFC?
I found that IMAPv4 has a shortcoming: It forces users to download whole body (text/html + attachments). How to write and propose a RFC to address the issue? Please kindly share if you had experience ...
3
votes
4answers
188 views
What is the editor used for writing RFC text files?
I am just wondering how much effort is required to write a text file like that with page numbers, table of contents, headers, footers etc. Is there any editor or some thing like TeX that is used for ...
3
votes
2answers
93 views
Is there a semi-standard way to associate a URL with an IRC user?
I'm in the process of doing some identity consolidation, so I'm providing URLs to me at various locations on the internet. I'm quite active on IRC, so this naturally lead me to wonder whether there ...
3
votes
3answers
6k views
RegEx to parse or validate Base64 data
Is it possible to use a RegEx to validate, or sanitize Base64 data? That's the simple question, but the factors that drive this question are what make it difficult.
I have a Base64 parser that can ...
3
votes
4answers
3k views
SAP .NET Connector: System exception thrown while marshaling .NET type
My app sends lots and lots of data to SAP. To di this, it builds up an SAP table object and sends it over. I get this error somewhat regularly, but not reliably:
System exception thrown while ...
3
votes
2answers
249 views
How do I suggest a change to the HTTP standard?
I have a fairly simple addition to the HTTP standard. An ambitious goal I know, but I'd at least like to submit a proposal and get feedback on the idea. What is the proper forum/method of doing so?
2
votes
3answers
88 views
Does DeflateStream “skip” decompression if the data was not originally compressed?
I'm not familiar with the internals of DeflateStream, but I need to store files in a Vendor's DB system that uses DeflateStream on binary attachments. The first thing I noticed was that all of my ...
2
votes
1answer
49 views
What licence do RFCs have? [closed]
I would like to have RFCs on my webpage and I would like to know if it is permitted or not. Especially I'm interested in the license under which are RFCs provided.
I'm sorry if this is not really a ...
2
votes
2answers
119 views
Need help trying to understand the OAuth2 Spec
The bearer token spec is the one I have a question about. I'm trying to figure out what characters are allowed in the token when placed in the Authorization: OAuth ...... header. Here's what the spec ...
2
votes
2answers
1k views
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 for their decoding. I am using Linphone with the h264 plugin for Windows and Mirial for the ...
2
votes
2answers
245 views
RFC2396 - what is valid path segment?
Problem area
I need to define whether a particular path segment is valid against RFC2396. The spec says:
path_segments = segment *( "/" segment )
segment = *pchar *( ";" param )
param ...
2
votes
2answers
368 views
SAP - rfc_read_table concatenates columns in row results
The following query concatenates the columns results for each row. I need to seperate columns with either some kind of delimiter or unique row[i] results.
Query
"exec rfc_read_table ...
2
votes
2answers
449 views
How to Execute SAP RFC using SOAP?
I have a requirement where I need to run an RFC from an ETL (Datastage) job. It can be done by executing a unix command also, of course (the Datastage server is unix). I don't think they have the SAP ...
2
votes
1answer
34 views
What RFCs need to be considered in developing a POP3 client?
In theory, the set of Request For Comments (RFC) contain everything that a developer needs to know to build a POP3 client. However, it is not always easy to know which RFCs need to be considered and ...
2
votes
2answers
398 views
How RFC 5545 is different from RFC 2445
In native Android calendar app RFC 2445 protocol is used to create .ics files. I found in some blogs that RFC 2445 is replaced with RFC 5545. Can any one please tell me what are the extra features in ...
2
votes
4answers
118 views
RFC: What's a good approach to remotely edit very large binary files?
I have a number of rather large binary files (fixed length records, the layout of which is described in another –textual– file). Data files can get as big as 6 GB. Layout files (cobol copybooks) are ...
2
votes
2answers
416 views
MIME RFC “Content-Type” parameter confusion? Unclear RFC specification
I'm trying to implement a basic MIME parser for the multipart/related in C++/Qt.
So far I've been writing some basic parser code for headers, and I'm reading the RFCs to get an idea how to do ...
2
votes
2answers
679 views
Future of the SAP RFC SDK
Is the SAP RFC SDK (wdtfuncs.ocx, wdtlog.ocx respectively Interop.SAPFunctionsOCX.dll, Interop.SAPLogonCtrl.dll) an acceptable / recommended way to connect (Microsoft) applications via RFCs with SAP ? ...
2
votes
2answers
689 views
diffie-hellman ssh keyxchange
I've set out to make a primitive SSH client in C#; you might remember me from posts such as http://stackoverflow.com/questions/2872279/c-primitive-ssh-connection-lowlevel hehe.
Anyway, things are ...
2
votes
2answers
760 views
RFC for remote call transaction in SAP
How do I call the SAP report (for example RSPARAM) with help JCo?
What RFC may be used to remotely call SA38 transaction with RSPARAM (e.t.c.) as parameter and then return results for later work ?
2
votes
1answer
2k views
How can I connect to SAP from C# through the SAP NetWeaver RFC Library (sapnwrfc.dll)?
Our software is written in C# and needs to connect to SAP. As some of our customers use older versions of SAP, and others don't have SAP PI, we can't connect through webservices.
I tried to connect ...
2
votes
2answers
401 views
2
votes
1answer
847 views
Generic MIME type for a MIME entity?
Is there such a thing as a generic MIME type for a MIME entity? A MIME entity would be something that consists of a header section, followed by a blank line, followed by a body section (with CRLF line ...
2
votes
4answers
598 views
Parsing forwarded emails
I'm writing some code to parse forwarded emails. What I'm not sure is if maybe there is some Python library, some RFC I could stick to or some other resource that would allow me to automatize the ...
2
votes
2answers
137 views
RFC question about cookies and paths
I'm trying to set a session cookie restricted to a particular path (let's say /foo) when a user logs in. The complication being that the login page is on /, but the request immediately redirects to ...
2
votes
5answers
2k views
What is RFC
I think there are a lot of people out there unaware of RFC.
I know what they are at a logical level but can anybody give a good description for a new Developer?
Also some resources on how to use and ...
1
vote
1answer
27 views
Can I separate ALL HTTP headers with a comma? Even Authorization?
I am reading through the HTTP 1.1 RFCs and I am not able to answer the following question.
We have this header:
Authorization: Basic Qmxvb21iZXJnOnRjbG1lU1JT, Basic
which is causing troubles ...
1
vote
1answer
33 views
Is syslog a logging standard, or a protocol standard?
Syslog is a network protocol as described in RFC 5424 and RFC 3164 before that.
-AND-
Syslog is a standard in the *nix world. It's how you do logging. Even on just the local machine, UDP packets are ...
1
vote
1answer
58 views
MAC Access Token Authentication IETF draft for OAuth 2.0
Does anybody know what happened to the IETF draft regarding the standardization of the HTTP MAC access authentication scheme for OAuth 2.0 (draft-ietf-oauth-v2-http-mac-00)?
This internet draft ...
1
vote
1answer
16 views
what is the exact syntax and semantics of a quoted string in the http1.1 rfc2616
In the rfc2616 which is the http1.1 standard, a quoted string is defined as follows.
quoted-string = ( <"> *(qdtext | quoted-pair ) <"> )
uoted-pair = "\" CHAR
CHAR = ...