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
-2
votes
1 answer

Non private address in lan

What is a potential problem of using non private addresses in lan? Such as one over an image. This is a open wi-fi connection of a hotel. Internet works. Why then rfc1918 needs at least?
kAldown
  • 610
  • 2
  • 8
  • 27
-4
votes
2 answers

Calling init function from another function

why i can't call init function from the other function, init() is just function right, why i can't just call the init function, should i change golang RFC to make it happend package main import ( "fmt" ) func init() { fmt.Println("Hello,…
-4
votes
1 answer

Non-interactive way to tell web site, that I allow cookies

I am wearing the web-browser user hat here. I am a user, not a provider of a web service: Is there a non-interactive way to tell web site, that I allow cookies? During the last weeks most web site have a pop up. I never read any of them, I always…
guettli
  • 25,042
  • 81
  • 346
  • 663
-8
votes
3 answers

Convert time format to UTC format

I am getting time in this format : 29-Mar-2018 05:58:33 which i believe is RFC 850 format. I need to convert this time to UTC format 2018-03-29T05:58:33Z
iPhoneDeveloper
  • 958
  • 1
  • 14
  • 23
1 2 3
39
40