ianc

ianc

I want to disable websockets in my browser (e.g Chrome, Firefox, etc) to experience the JS fallback (longPoll) in my LiveView application.

You think it would be simple to turn off websockets somewhere, but it’s not!

Note that I don’t want to “hack” the fallback in app.js by altering longpollFallbackMs or similar approaches. I want to experience the fallback as a user would if their network connection blocks websockets.

Thanks for any suggestions and hopefully I’ve just overlooked something.

Showing Posts 1 to 8

ErikNaslund

ErikNaslund

Would it work for you if you blocked requests to a specific URL or URL pattern?

If that’s the case, then you can simply right click a URL in the “Network” tab of the Chrome dev tools and select “Block request URL”.

You can also add URLs and URL patterns manually on the “Network request blocking” tab.

ianc

ianc OP

I hadn’t tried that… but it doesn’t seem to work.
After blocking the socket URL, it still seems to send messages over it.

Update: I also tried adding wildcards to block the socket URL, to no avail.

ErikNaslund

ErikNaslund

My bad. A quickly googling suggest that this option only blocks requests like those done with XMLHttpRequest or fetch. :frowning:

Using an extension like https://chromewebstore.google.com/detail/url-blocker/jpakadanffilpnjijlmmkljogkfaognd does seem to work (I just tested it). It’s not nearly as nice to work with, and that particular extension might not be allowed by Chrome for much longer…but it works for now, and maybe there’s a nicer extension out there which you could make use of.

ianc

ianc OP

Thanks for taking a look!

I can’t get that extension working. I set up a regex to block the websocket, but when I reload the page with the extension enabled, the WS continues to pass messages when I inspect the payloads.

ErikNaslund

ErikNaslund

Hmm, how weird.

I actually did get it to block the WS connection using that extension (it showed as blocked in the dev tools, and the app reacted to it)…but now that I’m trying again I can’t get it to work either :frowning:

ianc

ianc OP

Perhaps there’s a way to get Bandit to block websockets? It’s interesting how difficult it is!

ErikNaslund

ErikNaslund

Like, you could always comment out the socket "/live" from your endpoint.ex, or make a plug that refuses the connection…then you definitely won’t get any ws connections :slight_smile: . I feel I’m treading a bit into “I don’t want to “hack” the fallback” territory here though.

bokiro

bokiro

I also looked for options to block the creation of a websocket connection for my project. I did not find anything suitable. The most convenient way for me was to use the DevTools “override” tool. I changed the JS-file in terms of creating a websocket connection.

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
Onor.io
I have what I’ve heard referred to as a “lookup table” in my database. This is a way of assigning codes to common values. One common lo...
New
Trolleger
What approach to take when sending live updates to “random” users Hi! I have a question, I have a little chat app, and when I create a DM...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
matt-savvy
Anyone here using Honeybadger? My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of Bandit.HTTPError...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews