Latest #bandit Threads 
Anyone here using Honeybadger?
My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of
Bandit.HTTPError...
New
Hi everyone! :waving_hand:
I’m building a WebSocket server with Bandit inside a Plug app, and the experience has been fantastic so far, ...
New
I’m having some memory leaks with bandit and SSL. I think that the ssl_server_session_cache_sup is the problem:
:recon.bin_leak(2)
[
{...
New
I have been thinking about how I might write a new web framework in Elixir. (Not committing to anything, just thinking about it.)
One th...
New
Hello :slight_smile:
I’m struggling to get GenServer working with Bandit.
I’d like to build a simple chat server, with a POST / endpoin...
New
I guess you can say @wojtekmach nerd sniped me into trying out backing Req.Test mocks with Bandit, so that your test Req test requests ar...
New
Hello, :slight_smile:
I’d be interested in various examples of basic monitoring in the context of a handler on a web server built with B...
New
I need data about the encryption methods used ex:
TLSv1.3/TLS_AES_128_GCM_SHA256
Where might I retrieve it from a conn?
New
I am trying to set up Absinthe following the documentation here: Plug and Phoenix Setup — absinthe v1.7.8
on a brand new Phoenix 1.7 pro...
New
Been getting these errors after upgrading to Phoenix 1.7.19, and Phoenix Liveview 1.0.4
I’m using Bandit 1.6.7 in my mix.lock file.
** ...
New
This Week's Trending
This Month's Trending
This Year's Trending
Bandit is an HTTP server for Plug and WebSock apps.
Bandit is written entirely in Elixir and is built atop Thousand Island. It can serve...
New
I took lessons from the last discussion and cobbled together an example as a proof-of-concept.
Mar demonstrates a Flask-like web dev int...
New
Hello :slight_smile:
I got a stupid question I cannot find a way to increase the default timeout of 60_000 microseconds.
A client of mi...
New
Been getting these errors after upgrading to Phoenix 1.7.19, and Phoenix Liveview 1.0.4
I’m using Bandit 1.6.7 in my mix.lock file.
** ...
New
I have been thinking about how I might write a new web framework in Elixir. (Not committing to anything, just thinking about it.)
One th...
New
I’m having some memory leaks with bandit and SSL. I think that the ssl_server_session_cache_sup is the problem:
:recon.bin_leak(2)
[
{...
New
Hello, :slight_smile:
I’d be interested in various examples of basic monitoring in the context of a handler on a web server built with B...
New
I guess you can say @wojtekmach nerd sniped me into trying out backing Req.Test mocks with Bandit, so that your test Req test requests ar...
New
Hi everyone! :waving_hand:
I’m building a WebSocket server with Bandit inside a Plug app, and the experience has been fantastic so far, ...
New
If I have a long running http request, say a search in an admin UI or a report on an analytics dashboard and the user takes an action on ...
New
Hello :slight_smile:
I’m struggling to get GenServer working with Bandit.
I’d like to build a simple chat server, with a POST / endpoin...
New
Anyone here using Honeybadger?
My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of
Bandit.HTTPError...
New
Last Three Year's Trending
Bandit author here.
We’re currently working up a solution to the oft-reported issue whereby Bandit’s memory consumption increases over t...
New
Howdy howdy everyone!
@PJUllrich and I have built our first Pro library, Phx2Ban! Phx2Ban is a web application firewall that you can ins...
New
We just put it into production (Bandit 1.2.2) and are also seeing increased memory usage (about 50% more). We upgraded several libraries,...
New
On a LiveView app with 25+ million active users per month.
We are using K8s so I am going to use the word “pod”.
I have been told that ...
New
Hello
I’m trying to learn some basic Phoenix stuff by writing a backend API and I am having trouble implementing client auth via mTLS. M...
New
I have been trying to implement an SSE endpoint to send periodic updates to the browser client. Even when the client is closed (navigate ...
New
Hi I am trying to use Server Sent Events.
I want to send chunked responses.
I am able to send them like so
conn
|> put_resp_h...
New
Question y’all,
When I play with apache bench (ab) and I use the -k flag the output for the runs have this
Keep-Alive requests: 0
H...
New
Hello,
In our tests we are mocking http servers to assert different things about sent http requests. This is the child spec that we use:...
New
Hello everyone,
I am trying to solve connection closed errors on Oracle Load Balancer.
In load balancer I have set 60 seconds ideal tim...
New
Hi everyone
I’ve got a somewhat unique question on how to continue debugging, this is probably mainly interesting for the people who kno...
New
I asked this question regarding deploying a Campfire by 37signals like app with Phoenix. One of the features offered is SSL which after s...
New
Phoenix version: 1.7.11
Elixir version 1.16.1
I’m pretty noobie, and I’m trying to figure out LiveView and Phoenix. I generated a new...
New
Because a couple of people have reached out to enquire, I figured I’ll pre-emptively post here)
Just a note that Bandit 1.4.0+ is safe a...
New
I tested an HTTP endpoint that gives back json like {"user_token":null}.
But, the problem is some requests take too long (which results ...
New
Trending Over Three Years
We had a thread here recently that mentioned webservers in PHP, and it got me curious about the options in the BEAM world and what everyo...
New
I’m deploying an app at fly.io that can shut down when idle, this post from Chris McCord shows how to do it, but in the app I’m using ban...
New
Ruby has Sinatra for simple web apps. In the Elixir world, there have been a few approaches to emulate Sinatra, using Cowboy, Plug.Route...
New
Ever since I upgrade to Phoenix 1.7.2 and Bandit, my log file is polluted with junk such as:
14:38:32.113 request_id=F1pur8zunbgsR1kAAoI...
New
Episode 128 of Thinking Elixir. The Phoenix 1.7 announcement blog post mentioned the ability to swap out Cowboy for another webserver lik...
New
I’m trying to shut down my phoenix app when Idle as explained in this blog post, but I want to use ThousandIsland / Bandit.
How can I a...
New
I switched one of my projects from being behind an NGINX reverse proxy to using Bandit directly with site_encrypt. I have done this numer...
New
The problem
New Relic Plug handler fails to process certain telemetry events due to a :badkey error. This results in the handler being d...
New
I am trying to set up Absinthe following the documentation here: Plug and Phoenix Setup — absinthe v1.7.8
on a brand new Phoenix 1.7 pro...
New
Any one used wayfarer in production?
Thinking about an infra-stack similar to Kamal 2 in elixir-world?
I am probably going with Kamal 2...
New
I have started a basic HTTP Server as per the following tutorials:
https://hexdocs.pm/plug/readme.html
https://hexdocs.pm/bandit/Bandit...
New
Hello,
I’m building a small REST API using Bandit and Plug, with Postgrex to talk to the database.
I currently have my code set up so e...
New
I need data about the encryption methods used ex:
TLSv1.3/TLS_AES_128_GCM_SHA256
Where might I retrieve it from a conn?
New
Hello All. I am looking at using Elixir to build a game server for a side project.
The plan is to use Websockets for the greatest mix of...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







