Latest #http-requests Threads 
A note on a pattern I keep running into in Elixir API clients: status-code checks and body parsing live in code after Tesla.request, inst...
New
I want to route all outgoing connections to the internet from a Phoenix application via a socks5 proxy.
How to do that?
UPDATE
For exa...
New
The approximate code:
params = %{query: "https://www.lol.com"}
params = Jason.encode!(params)
HTTPoison.post(url, params, he...
New
So I’m getting back a streaming response from a whisper api I set up to use fly.io GPU’s. So far I can call it, get back chunks as they c...
New
Hello everyone!
I’ve been working with Tesla for my HTTP Requests using the middleware tesla_middleware_xml to encoding requests and dec...
New
I’m doing a POST request using Req but i’m getting the error ** (ArgumentError) unknown registry: Req.Finch. I found the same problem on ...
New
This is a bit of an exploratory question, and I’d love any thoughts you have. I’m posting early in my research because I think this might...
New
Attempting default configuration HTTP requests with Req dependent Escript executables (executables built using mix escript.build) yields:...
New
Which library / approach would be advisable for building an MITM-style HTTP(s) Proxy, i.e. for intercepting outgoing web traffic? Effecti...
New
I am attempting to make my first Phoenix HTTP request using HTTPoison but it is not working and I cannot figure out why.
If I create a b...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hello all,
Hope everyone is doing all right!
I am working on an application that uses an API that does not support the keep-alive optio...
New
A note on a pattern I keep running into in Elixir API clients: status-code checks and body parsing live in code after Tesla.request, inst...
New
Last Three Year's Trending
:httpc HTTP client is part of Erlang standard library, and as such can be easily used in Elixir code too. One particular advantage of usi...
New
Hi everyone. I’m trying to fetch the body of a post request and I keep getting Plug.Conn.Unfetched
This is what I have in my route handl...
New
Which library / approach would be advisable for building an MITM-style HTTP(s) Proxy, i.e. for intercepting outgoing web traffic? Effecti...
New
Hello all,
I am working on a project using Phoenix that receives requests for data, makes many external API calls, and returns the recei...
New
I’m doing a POST request using Req but i’m getting the error ** (ArgumentError) unknown registry: Req.Finch. I found the same problem on ...
New
I am attempting to make my first Phoenix HTTP request using HTTPoison but it is not working and I cannot figure out why.
If I create a b...
New
So I’m getting back a streaming response from a whisper api I set up to use fly.io GPU’s. So far I can call it, get back chunks as they c...
New
Hello, I’m struggling to work through memory usage problems when trying to run many queries at once using Task.async + Task.await. I’m re...
New
What package can i use to trace the times in a HTTP request? I need something like this:
New
I want to route all outgoing connections to the internet from a Phoenix application via a socks5 proxy.
How to do that?
UPDATE
For exa...
New
The approximate code:
params = %{query: "https://www.lol.com"}
params = Jason.encode!(params)
HTTPoison.post(url, params, he...
New
Attempting default configuration HTTP requests with Req dependent Escript executables (executables built using mix escript.build) yields:...
New
This is a bit of an exploratory question, and I’d love any thoughts you have. I’m posting early in my research because I think this might...
New
Hello everyone!
I’ve been working with Tesla for my HTTP Requests using the middleware tesla_middleware_xml to encoding requests and dec...
New
Trending Over Three Years
Hi! I want to receive GET request with JSON body.
#router
...
pipeline :api do
plug :accepts, ["json"]
end
scope "/", PsRbkWe...
New
I’m implementing a GET request to return a list of database records like the standard “index” method generated by phx.gen. But my method ...
New
Hello there,
Here I have this request in curl:
curl
-H "AUTHENTICATION: HMAC GPLDIS8H7N5KY8DG:c6881c8bbcee2daceb5d8c2bb54078702bca23d82...
New
can someone please explain me how the connection pools work in HTTPoison (hackney), how does it effect the latency of http requests.
New
Good afternoon!
I am working on a project where users have the possibility to export data from different Psql tables as CSV.
Inspired b...
New
I am writing a super simple authorization plug. This plug checks to see if the current user’s role is in the list of approved roles for t...
New
How can I check if a current request is GET or POST?
New
Hi Peops,
SO I am trying to use the “presign_url” method on the ex_aws_s3 package - which is essentially just the “ex_aws.Auth.presign_u...
New
By default, the Phoenix.Logger prints some useful information about each received request.
Turns out that (at least in development) the ...
New
I finished setting up a static website using nginx. The site has a ‘Contact Us’ form that I enabled with one of those ready-to-go solutio...
New
I’m trying to wrap my head around using mocks in Elixir. There are a lot of blog posts on the subject but I’m not seeing any that address...
New
Hey all,
I’m trying to make a GET request while passing in body params. One param requires a list of strings. The API documentation stat...
New
I’m trying to perform a lookup of a public-facing government web site to find licensing information on certain professionals. (See https...
New
Phoenix automatically wraps array request inside a _json field and make it an object. eg I am sending below body
[
{
"activ...
New
Hello, can anyone point me to an article/post on how to do concurrent requests in Elixir? Here is an article where the author uses pytho...
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







