summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-July
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-29 12:39:49 +0200
committerLoïc Hoguin <[email protected]>2016-08-29 12:40:03 +0200
commitc807880f7ac73f813b2660ea81a00f7712a4e793 (patch)
treeba1d09e9b177f230665a80513b33fbd532000ce4 /archives/extend/2015-July
parentb1df25a7d9cda697513650659b781b55b40898f8 (diff)
downloadninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.gz
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.tar.bz2
ninenines.eu-c807880f7ac73f813b2660ea81a00f7712a4e793.zip
Add old mailing list archives
Diffstat (limited to 'archives/extend/2015-July')
-rw-r--r--archives/extend/2015-July/000545.html87
-rw-r--r--archives/extend/2015-July/000546.html99
-rw-r--r--archives/extend/2015-July/author.html57
-rw-r--r--archives/extend/2015-July/date.html57
-rw-r--r--archives/extend/2015-July/index.html61
-rw-r--r--archives/extend/2015-July/subject.html57
-rw-r--r--archives/extend/2015-July/thread.html61
7 files changed, 479 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] help to combine websocket with basic authentication
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3CCAA4OwwW-m9%2BesdjEv-jJv%3DwZixcisP%3DOXgAcE5nHVYD2O3NfrA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+ <LINK REL="Next" HREF="000546.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] help to combine websocket with basic authentication</H1>
+ <B>Robert Balogh</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3CCAA4OwwW-m9%2BesdjEv-jJv%3DwZixcisP%3DOXgAcE5nHVYD2O3NfrA%40mail.gmail.com%3E"
+ TITLE="[99s-extend] help to combine websocket with basic authentication">ethrbh at gmail.com
+ </A><BR>
+ <I>Mon Jul 13 12:47:54 CEST 2015</I>
+ <P><UL>
+
+ <LI>Next message: <A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#545">[ date ]</a>
+ <a href="thread.html#545">[ thread ]</a>
+ <a href="subject.html#545">[ subject ]</a>
+ <a href="author.html#545">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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 &quot;add&quot; 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
+{&quot;/&quot;, do_basic_auth, []}
+
+Once the compilation done, I can start the app and I get the &quot;basic auth&quot;
+window in the browser when connecting to localhost:8080, but the &quot;ordinary&quot;
+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:
+ <A HREF="https://github.com/ethrbh/websocket_2">https://github.com/ethrbh/websocket_2</A>
+
+thanks fro your help,
+/Robi
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;<A HREF="http://lists.ninenines.eu/archives/extend/attachments/20150713/eb33ab46/attachment.html">http://lists.ninenines.eu/archives/extend/attachments/20150713/eb33ab46/attachment.html</A>&gt;
+</PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+
+ <LI>Next message: <A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#545">[ date ]</a>
+ <a href="thread.html#545">[ thread ]</a>
+ <a href="subject.html#545">[ subject ]</a>
+ <a href="author.html#545">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [99s-extend] help to combine websocket with basic authentication
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3C55A39AA1.2080801%40bestmx.net%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <style type="text/css">
+ pre {
+ white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
+ }
+ </style>
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000545.html">
+
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[99s-extend] help to combine websocket with basic authentication</H1>
+ <B>e at bestmx.net</B>
+ <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20help%20to%20combine%20websocket%20with%20basic%20authentication&In-Reply-To=%3C55A39AA1.2080801%40bestmx.net%3E"
+ TITLE="[99s-extend] help to combine websocket with basic authentication">e at bestmx.net
+ </A><BR>
+ <I>Mon Jul 13 13:01:53 CEST 2015</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#546">[ date ]</a>
+ <a href="thread.html#546">[ thread ]</a>
+ <a href="subject.html#546">[ subject ]</a>
+ <a href="author.html#546">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>&gt;<i> Now I would like to add a
+</I>&gt;<i> basic authentication, and I saw, there is an example how to do this. I
+</I>&gt;<i> checked the cowboy/examples/rest_basic_auth example.
+</I>
+may i ask?
+why do you want &quot;basic&quot;
+while using WS, which keeps state implicitly.
+
+&quot;basic&quot; is a CRUTCH for stateless environments,
+but you have cowboy that naturally passes the &quot;State&quot; variable trough
+handlers.
+
+also, do you remember that &quot;basic&quot; gives you no option to logout?
+
+
+&gt;<i> So I tried &quot;add&quot; the aut. example into my websocket app by doing the
+</I>&gt;<i> following steps:
+</I>&gt;<i> - add new module for handle the authentication
+</I>&gt;<i> do_basic_auth.erl
+</I>&gt;<i> - update cowboy_router:compile function call when star application with
+</I>&gt;<i> {&quot;/&quot;, do_basic_auth, []}
+</I>&gt;<i>
+</I>&gt;<i> Once the compilation done, I can start the app and I get the &quot;basic auth&quot;
+</I>&gt;<i> window in the browser when connecting to localhost:8080, but the &quot;ordinary&quot;
+</I>&gt;<i> index.html does not appears when I set the correct auth data (user/pwd). I
+</I>&gt;<i> am pretty sure that I made something wrong, I do not see what I did wrong,
+</I>&gt;<i> thus I kindly ask you, please try help me.
+</I>&gt;<i>
+</I>&gt;<i> The project what I am working on can be seen in the github:
+</I>&gt;<i> <A HREF="https://github.com/ethrbh/websocket_2">https://github.com/ethrbh/websocket_2</A>
+</I>&gt;<i>
+</I>&gt;<i> thanks fro your help,
+</I>&gt;<i> /Robi
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> _______________________________________________
+</I>&gt;<i> Extend mailing list
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">Extend at lists.ninenines.eu</A>
+</I>&gt;<i> <A HREF="https://lists.ninenines.eu/listinfo/extend">https://lists.ninenines.eu/listinfo/extend</A>
+</I>&gt;<i>
+</I></PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A></li>
+
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#546">[ date ]</a>
+ <a href="thread.html#546">[ thread ]</a>
+ <a href="subject.html#546">[ subject ]</a>
+ <a href="author.html#546">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend
+mailing list</a><br>
+</body></html>
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend July 2015 Archive by author</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>July 2015 Archives by author</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Mon Jul 13 12:47:54 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Messages:</b> 2<p>
+ <ul>
+
+<LI><A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="545">&nbsp;</A>
+<I>Robert Balogh
+</I>
+
+<LI><A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="546">&nbsp;</A>
+<I>e at bestmx.net
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Jul 13 13:03:40 CEST 2015</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend July 2015 Archive by date</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>July 2015 Archives by date</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Mon Jul 13 12:47:54 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Messages:</b> 2<p>
+ <ul>
+
+<LI><A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="545">&nbsp;</A>
+<I>Robert Balogh
+</I>
+
+<LI><A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="546">&nbsp;</A>
+<I>e at bestmx.net
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Jul 13 13:03:40 CEST 2015</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend July 2015 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>July 2015 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Mon Jul 13 12:47:54 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Messages:</b> 2<p>
+ <ul>
+
+<!--0 01436784474.545- -->
+<LI><A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="545">&nbsp;</A>
+<I>Robert Balogh
+</I>
+
+<UL>
+<!--1 01436784474.545-01436785313.546- -->
+<LI><A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="546">&nbsp;</A>
+<I>e at bestmx.net
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Jul 13 13:03:40 CEST 2015</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend July 2015 Archive by subject</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>July 2015 Archives by subject</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Mon Jul 13 12:47:54 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Messages:</b> 2<p>
+ <ul>
+
+<LI><A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="545">&nbsp;</A>
+<I>Robert Balogh
+</I>
+
+<LI><A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="546">&nbsp;</A>
+<I>e at bestmx.net
+</I>
+
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Jul 13 13:03:40 CEST 2015</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+ <a href="thread.html#start">[ thread ]</a>
+
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<HTML>
+ <HEAD>
+ <title>The Extend July 2015 Archive by thread</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <a name="start"></A>
+ <h1>July 2015 Archives by thread</h1>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p><b>Starting:</b> <i>Mon Jul 13 12:47:54 CEST 2015</i><br>
+ <b>Ending:</b> <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Messages:</b> 2<p>
+ <ul>
+
+<!--0 01436784474.545- -->
+<LI><A HREF="000545.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="545">&nbsp;</A>
+<I>Robert Balogh
+</I>
+
+<UL>
+<!--1 01436784474.545-01436785313.546- -->
+<LI><A HREF="000546.html">[99s-extend] help to combine websocket with basic authentication
+</A><A NAME="546">&nbsp;</A>
+<I>e at bestmx.net
+</I>
+
+</UL>
+ </ul>
+ <p>
+ <a name="end"><b>Last message date:</b></a>
+ <i>Mon Jul 13 13:01:53 CEST 2015</i><br>
+ <b>Archived on:</b> <i>Mon Jul 13 13:03:40 CEST 2015</i>
+ <p>
+ <ul>
+ <li> <b>Messages sorted by:</b>
+
+ <a href="subject.html#start">[ subject ]</a>
+ <a href="author.html#start">[ author ]</a>
+ <a href="date.html#start">[ date ]</a>
+ <li><b><a href="https://lists.ninenines.eu/listinfo/extend">More info on this list...
+ </a></b></li>
+ </ul>
+ <p>
+ <hr>
+ <i>This archive was generated by
+ Pipermail 0.09 (Mailman edition).</i>
+ </BODY>
+</HTML>
+