Questions tagged [rfc]

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

An RFC is a "Request For Comments": 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.

Official Site: http://www.ietf.org/rfc.html

590 questions
0
votes
1 answer

Trigger Jenkins build REST Call - webhook - RFC 1918 - AWS Ec2

What I already know: Using Jenkins Rest API (using Curl command line way, Groovy, Python etc) way, Im able to successfully initiate a Jenkins build from my local machine or any other host locally. There are lots of posts/blogs online which give good…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

TCP messages over ISO TCP/RFC 1006

I have a Spring Integration project configured via annotations with the following configuration related to TCP: @Bean public TcpReceivingChannelAdapter tcpIn(AbstractClientConnectionFactory connectionFactory) { TcpReceivingChannelAdapter…
crm86
  • 1,394
  • 1
  • 21
  • 44
0
votes
1 answer

HTTP version mismatch - server response code

I'm trying to code an HTTP 1.0 (and only 1.0 for the moment) server in C++. I've read the HTTP 1.0 specs here : https://www.w3.org/Protocols/HTTP/1.0/spec.html. On section 3 "Protocol Parameters", subsection 3.1 "HTTP Version", i've found nothing…
Ayak973
  • 468
  • 1
  • 6
  • 23
0
votes
1 answer

RFC valid URL for SPA (angular) apps

I'm writing an angular 1.5 app that is relying on a REST service. In some flows the service is asking the client for a redirect URL, attaches params to it and sends the URL to the user. For most clients the service is using query params, hence when…
Nir Smadar
  • 357
  • 2
  • 5
  • 15
0
votes
1 answer

Does first slash is compulsory in URL?

Today we had an arguing with colleague about if that would be a valid URL http://domain.com?some_param=1. The RFC that defines URL structure does not explicitly states that that is invalid structure. According to RFC 1738, part 3.3 If neither
Max
  • 2,063
  • 2
  • 17
  • 16
0
votes
1 answer

How to talk to imap server in shell via Openssl using imap compression?

I’m having some problems at understanding rfc4978. As I understand it, everything is compressed after the server returnsOKincluding the command names. However it seems I misunderstood several things (because[Gmail]/sfgsisn’t renamed and obviously…
user2284570
  • 2,891
  • 3
  • 26
  • 74
0
votes
1 answer

Processing FMTP line above RTP line in a SIP SDP body?

SDP RFC is silent on the sequence of codecs . so my question is can we send FMTP line above RTPMAP?
Nbajam 2015
  • 360
  • 4
  • 20
0
votes
1 answer

What is the meaning of "Clients MUST NOT multiplex XMPP streams over the same WebSocket" (from RFC 7395 § 3.4)?

While I was reading the RFC 7395. I read this statement From Section 3.4. Stream Initiation Page 6 Clients MUST NOT multiplex XMPP streams over the same WebSocket. I have questions What is multiplex XMPP streams? Why Clients MUST NOT multiplex…
mubeen
  • 813
  • 2
  • 18
  • 39
0
votes
0 answers

Shall I set the Ethernet padding with all zero byte

I'm confused with RFC 894: The minimum length of the data field of a packet sent over an Ethernet is 46 octets. If necessary, the data field should be padded (with octets of zero) to meet the Ethernet minimum frame size. This padding is…
0
votes
0 answers

Delphi / Indy - Implement RFC1006 communication

I have already implemented a working TCP server and TCP client using Indy components (http://www.indyproject.org). These work quite fine, but now I need to enhance this communication to follow the specification of RFC 1006…
Attix
  • 115
  • 9
0
votes
1 answer

RFC 7239 - Difference between 'by' and 'host'

Im in the process of implementing a RFC 7239 compatible forwarded header in an internal reverse proxy. In brief, the specification states that the values of the host and by components should be as follows: host - the value of the host header as…
richzilla
  • 40,440
  • 14
  • 56
  • 86
0
votes
0 answers

determine if a given IP address is in a specific subnet

Assuming there is a given ip address, how to determine if it is in a specific subnet with mask? (ip & mask == subnet & mask) and (ip & mask == subnet), which is better?
Gray
  • 79
  • 1
  • 9
0
votes
0 answers

Javascript API for Link prefetching

There are a lot of answers how to preload assets with JS - in parallel or consecutive modes, with AJAX or JS objects, etc. But most of them put pressure on a current connection: if a site has other assets like visible images this approach could have…
origaminal
  • 2,065
  • 1
  • 11
  • 19
0
votes
0 answers

Data URI Does Not Work in Internet Explorer 9+ and Edge

We are using a data URI (RFC 2397) to enable a visitor to download a calendar entry (ICS 2.0 formatted). It works perfectly in Firefox, Chrome (desktop and Android), and Safari, bit it fails in Internet explorer 9 thru 11 and in Edge. This is an…
Joe
  • 183
  • 1
  • 2
  • 9
0
votes
0 answers

Is there a way to know the domain attached to a cookie on the server site?

I am writing an Apache CGI in C++ and looking at the cookies (HTTP_COOKIE environment variable), I get a list of name=value separated by semi-colons, but none of the flags coming with each cookie. So if I have two cookies defined as…
Alexis Wilke
  • 19,179
  • 10
  • 84
  • 156