summaryrefslogtreecommitdiffstats
path: root/_build/static/archives/extend/2015-July/000546.html
diff options
context:
space:
mode:
Diffstat (limited to '_build/static/archives/extend/2015-July/000546.html')
-rw-r--r--_build/static/archives/extend/2015-July/000546.html99
1 files changed, 99 insertions, 0 deletions
diff --git a/_build/static/archives/extend/2015-July/000546.html b/_build/static/archives/extend/2015-July/000546.html
new file mode 100644
index 00000000..106c36b5
--- /dev/null
+++ b/_build/static/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>