summaryrefslogtreecommitdiffstats
path: root/archives/extend/2015-July/000546.html
blob: 106c36b549d7d3d6850137240b4a55508f2133e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
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>