From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- archives/extend/2015-July/000545.html | 87 ++++++++++++++++++++++++++++++ archives/extend/2015-July/000546.html | 99 ++++++++++++++++++++++++++++++++++ archives/extend/2015-July/author.html | 57 ++++++++++++++++++++ archives/extend/2015-July/date.html | 57 ++++++++++++++++++++ archives/extend/2015-July/index.html | 61 +++++++++++++++++++++ archives/extend/2015-July/subject.html | 57 ++++++++++++++++++++ archives/extend/2015-July/thread.html | 61 +++++++++++++++++++++ 7 files changed, 479 insertions(+) create mode 100644 archives/extend/2015-July/000545.html create mode 100644 archives/extend/2015-July/000546.html create mode 100644 archives/extend/2015-July/author.html create mode 100644 archives/extend/2015-July/date.html create mode 100644 archives/extend/2015-July/index.html create mode 100644 archives/extend/2015-July/subject.html create mode 100644 archives/extend/2015-July/thread.html (limited to 'archives/extend/2015-July') diff --git a/archives/extend/2015-July/000545.html b/archives/extend/2015-July/000545.html new file mode 100644 index 00000000..06f48e7a --- /dev/null +++ b/archives/extend/2015-July/000545.html @@ -0,0 +1,87 @@ + + + + [99s-extend] help to combine websocket with basic authentication + + + + + + + + + + +

[99s-extend] help to combine websocket with basic authentication

+ Robert Balogh + ethrbh at gmail.com +
+ Mon Jul 13 12:47:54 CEST 2015 +

+
+ +
hello,
+
+Sorry that I turned to the list again, but I would like to get some help
+from you. I have a websocket based application, based on the
+cowboy/examples/websocket. It is working well. Now I would like to add a
+basic authentication, and I saw, there is an example how to do this. I
+checked the cowboy/examples/rest_basic_auth example.
+So I tried "add" the aut. example into my websocket app by doing the
+following steps:
+ - add new module for handle the authentication
+   do_basic_auth.erl
+ - update cowboy_router:compile function call when star application with
+{"/", do_basic_auth, []}
+
+Once the compilation done, I can start the app and I get the "basic auth"
+window in the browser when connecting to localhost:8080, but the "ordinary"
+index.html does not appears when I set the correct auth data (user/pwd). I
+am pretty sure that I made something wrong, I do not see what I did wrong,
+thus I kindly ask you, please try help me.
+
+The project what I am working on can be seen in the github:
+   https://github.com/ethrbh/websocket_2
+
+thanks fro your help,
+/Robi
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: <http://lists.ninenines.eu/archives/extend/attachments/20150713/eb33ab46/attachment.html>
+
+ + + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/archives/extend/2015-July/000546.html b/archives/extend/2015-July/000546.html new file mode 100644 index 00000000..106c36b5 --- /dev/null +++ b/archives/extend/2015-July/000546.html @@ -0,0 +1,99 @@ + + + + [99s-extend] help to combine websocket with basic authentication + + + + + + + + + + +

[99s-extend] help to combine websocket with basic authentication

+ e at bestmx.net + e at bestmx.net +
+ Mon Jul 13 13:01:53 CEST 2015 +

+
+ +
> Now I would like to add a
+> basic authentication, and I saw, there is an example how to do this. I
+> checked the cowboy/examples/rest_basic_auth example.
+
+may i ask?
+why do you want "basic"
+while using WS, which keeps state implicitly.
+
+"basic" is a CRUTCH for stateless environments,
+but you have cowboy that naturally passes the "State" variable trough 
+handlers.
+
+also, do you remember that "basic" gives you no option to logout?
+
+
+> So I tried "add" the aut. example into my websocket app by doing the
+> following steps:
+>   - add new module for handle the authentication
+>     do_basic_auth.erl
+>   - update cowboy_router:compile function call when star application with
+> {"/", do_basic_auth, []}
+>
+> Once the compilation done, I can start the app and I get the "basic auth"
+> window in the browser when connecting to localhost:8080, but the "ordinary"
+> index.html does not appears when I set the correct auth data (user/pwd). I
+> am pretty sure that I made something wrong, I do not see what I did wrong,
+> thus I kindly ask you, please try help me.
+>
+> The project what I am working on can be seen in the github:
+>     https://github.com/ethrbh/websocket_2
+>
+> thanks fro your help,
+> /Robi
+>
+>
+>
+> _______________________________________________
+> Extend mailing list
+> Extend at lists.ninenines.eu
+> https://lists.ninenines.eu/listinfo/extend
+>
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ diff --git a/archives/extend/2015-July/author.html b/archives/extend/2015-July/author.html new file mode 100644 index 00000000..ba3869b1 --- /dev/null +++ b/archives/extend/2015-July/author.html @@ -0,0 +1,57 @@ + + + + The Extend July 2015 Archive by author + + + + + +

July 2015 Archives by author

+ +

Starting: Mon Jul 13 12:47:54 CEST 2015
+ Ending: Mon Jul 13 13:01:53 CEST 2015
+ Messages: 2

+

+

+ Last message date: + Mon Jul 13 13:01:53 CEST 2015
+ Archived on: Mon Jul 13 13:03:40 CEST 2015 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/archives/extend/2015-July/date.html b/archives/extend/2015-July/date.html new file mode 100644 index 00000000..fbbdf860 --- /dev/null +++ b/archives/extend/2015-July/date.html @@ -0,0 +1,57 @@ + + + + The Extend July 2015 Archive by date + + + + + +

July 2015 Archives by date

+ +

Starting: Mon Jul 13 12:47:54 CEST 2015
+ Ending: Mon Jul 13 13:01:53 CEST 2015
+ Messages: 2

+

+

+ Last message date: + Mon Jul 13 13:01:53 CEST 2015
+ Archived on: Mon Jul 13 13:03:40 CEST 2015 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/archives/extend/2015-July/index.html b/archives/extend/2015-July/index.html new file mode 100644 index 00000000..61143a3f --- /dev/null +++ b/archives/extend/2015-July/index.html @@ -0,0 +1,61 @@ + + + + The Extend July 2015 Archive by thread + + + + + +

July 2015 Archives by thread

+ +

Starting: Mon Jul 13 12:47:54 CEST 2015
+ Ending: Mon Jul 13 13:01:53 CEST 2015
+ Messages: 2

+

+

+ Last message date: + Mon Jul 13 13:01:53 CEST 2015
+ Archived on: Mon Jul 13 13:03:40 CEST 2015 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/archives/extend/2015-July/subject.html b/archives/extend/2015-July/subject.html new file mode 100644 index 00000000..957b9917 --- /dev/null +++ b/archives/extend/2015-July/subject.html @@ -0,0 +1,57 @@ + + + + The Extend July 2015 Archive by subject + + + + + +

July 2015 Archives by subject

+ +

Starting: Mon Jul 13 12:47:54 CEST 2015
+ Ending: Mon Jul 13 13:01:53 CEST 2015
+ Messages: 2

+

+

+ Last message date: + Mon Jul 13 13:01:53 CEST 2015
+ Archived on: Mon Jul 13 13:03:40 CEST 2015 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + diff --git a/archives/extend/2015-July/thread.html b/archives/extend/2015-July/thread.html new file mode 100644 index 00000000..61143a3f --- /dev/null +++ b/archives/extend/2015-July/thread.html @@ -0,0 +1,61 @@ + + + + The Extend July 2015 Archive by thread + + + + + +

July 2015 Archives by thread

+ +

Starting: Mon Jul 13 12:47:54 CEST 2015
+ Ending: Mon Jul 13 13:01:53 CEST 2015
+ Messages: 2

+

+

+ Last message date: + Mon Jul 13 13:01:53 CEST 2015
+ Archived on: Mon Jul 13 13:03:40 CEST 2015 +

+

+

+


+ This archive was generated by + Pipermail 0.09 (Mailman edition). + + + -- cgit v1.2.3