Latest #http-requests Threads Top

fuelen
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
acrolink
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
lukeclopez
The approximate code: params = %{query: "https://www.lol.com"} params = Jason.encode!(params) HTTPoison.post(url, params, he...
New
jtomchak
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
tadeifelipe
Hello everyone! I’ve been working with Tesla for my HTTP Requests using the middleware tesla_middleware_xml to encoding requests and dec...
New
henriquesati
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
alexslade
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
DidactMacros
Attempting default configuration HTTP requests with Req dependent Escript executables (executables built using mix escript.build) yields:...
New
chgeuer
Which library / approach would be advisable for building an MITM-style HTTP(s) Proxy, i.e. for intercepting outgoing web traffic? Effecti...
New
mikejm
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 Top

This Month's Trending Top

This Year's Trending Top

Samuel-88
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
fuelen
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 Top

gmile
: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
sijibomi
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
chgeuer
Which library / approach would be advisable for building an MITM-style HTTP(s) Proxy, i.e. for intercepting outgoing web traffic? Effecti...
New
TestingTester
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
henriquesati
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
mikejm
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
jtomchak
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
TestingTester
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
diegobernardes
What package can i use to trace the times in a HTTP request? I need something like this:
New
acrolink
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
lukeclopez
The approximate code: params = %{query: "https://www.lol.com"} params = Jason.encode!(params) HTTPoison.post(url, params, he...
New
DidactMacros
Attempting default configuration HTTP requests with Req dependent Escript executables (executables built using mix escript.build) yields:...
New
alexslade
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
tadeifelipe
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 Top

lyo5ha
Hi! I want to receive GET request with JSON body. #router ... pipeline :api do plug :accepts, ["json"] end scope "/", PsRbkWe...
New
gmc
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
BoZhenka
Hello there, Here I have this request in curl: curl -H "AUTHENTICATION: HMAC GPLDIS8H7N5KY8DG:c6881c8bbcee2daceb5d8c2bb54078702bca23d82...
New
bharadwaj
can someone please explain me how the connection pools work in HTTPoison (hackney), how does it effect the latency of http requests.
New
Blackjaguar
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
sergio_101
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
New
9Dave9
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
belaustegui
By default, the Phoenix.Logger prints some useful information about each received request. Turns out that (at least in development) the ...
New
KekKekington
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
woohaaha
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
alxvallejo
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
ChipCoons
I’m trying to perform a lookup of a public-facing government web site to find licensing information on certain professionals. (See https...
New
tanweerdev
Phoenix automatically wraps array request inside a _json field and make it an object. eg I am sending below body [ { "activ...
New
bhougland18
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement