summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-July/000545.html
diff options
context:
space:
mode:
Diffstat (limited to 'archives/extend/2015-July/000545.html')
-rw-r--r--archives/extend/2015-July/000545.html87
1 files changed, 87 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>