This Week's Trending
This Month's Trending
This Year's Trending
Last Three Year's Trending
Hello I am a beginner in Elixir and I’m currently running into the following issue.
When trying to make a post request to a server using...
New
I get this error with both :httpc and HTTPoison.get. Here’s HTTPoison:
iex(1)> HTTPoison.get! "https://grad.tamu.edu/"
22:15:54.179 ...
New
Hi everyone,
Recently, our transactional emails won’t launch and return HTTPoison.Error like :
%HTTPoison.Error{reason: {:options, :inc...
New
Hey everybody,
I get a response from a (pretty funky) API, and am trying to decode it with HTTPoison.
It fails with something like this...
New
I want to use httpoison in my first project in Elixir. It’s the only dependency I’ve put into my mix.exs file. I would love some helpful ...
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
I have this curl request
curl -x "http://proxy-server.com:8001" -k "https://httpbin.org/ip"
The curl request is going through the proxy...
New
Hi all,
I’m working on a Phoenix project where I need to make external HTTP requests and I’m trying to choose between Req and HTTPoison....
New
Hello,
I am trying to send a request to a server on the same network.
def unload_model(conn, %{"id" => id}) do
case Frontend.R...
New
I’m trying to make a post request to a Slack webhook. I’ve got a pretty straightforward post request here:
defmodule MyApp.Slack do
de...
New
Hey
Somehow I have a Problem. If I send a HTTPoison GET request against a webpage using the AEAD-CHACHA20-POLY1305-SHA256 encryption I g...
New
Hello everyone,
I am trying to access a web page with some pictures in it, so that I can download the pictures and then do some fun thin...
New
Hi everyone,
I have an Elixir app that sends out HTTP requests using HTTPoison. Usually it works fine, but I noticed it gives timeout er...
New
* (ErlangError) Erlang error: {{{:case_clause, []}, [{:ssl_gen_statem, :iovec_from_front, 4, [file: 'ssl_gen_statem.erl', line: 1636]}, {...
New
What I want to do
I want to output log about request information with httpoison and hackney.
I found :hackney_trace.enable that can outp...
New
Trending Over Three Years
I am trying to hit an HTTPS endpoint and when I call it HTTPoison returns this error
{:error, %HTTPoison.Error{id: nil, reason: {:tls_a...
New
Hi all,
I’m stuck with a problem and would really appreciate any feedback or ideas you might have.
I followed the official documentatio...
New
Hello.
I’m getting a strange error when using HTTPoison.get (:hackney.get) with https. Here’s an example:
iex(1)> :hackney.get("http...
New
Background
I have library that uses HTTPoison for some functionality I need to test. To achieve this I am using Mox, which I believe is t...
New
Dear all,
After upgrading Erlang to version 23.0, a previously working project stopped working and I am getting the following error when...
New
Hi…
I have the following in python:
response = requests.post(url,data=parameters, auth=(api_key, ‘’))
What is the HTTPoison ot HTTPoti...
New
Background
We have an app that deals with a considerable amount of requests per second. This app needs to notify an external service, by ...
New
Hello. I am trying to find the best way forward doing the following:
Make an HTTPS request to an arbitrary URL.
Make this request using...
New
I’m attempting to gracefully handle failures from an api call and am struggling a bit with how to do this. Take for example the following...
New
Hi again! How do I map a multi level json (response after HTTPoison.get)
Here’s my json:
[
{
"Payor": "ASMSI",
...
New
can someone please explain me how the connection pools work in HTTPoison (hackney), how does it effect the latency of http requests.
New
Hi,
I have this URL https://beerfactory.org/api/v1/apps which redirects (HTTP 301) to https://mastodon.beerfactory.org/api/v1/apps.
Whe...
New
I guess this is not a strictly Phoenix question so I’ll not tag it as such. I am wondering about the following - as HTTPoison uses hackne...
New
Hey there,
I’m pretty new to the Elixir world but love what I see so far - you guys and gals seem to be really helpful and supportive pe...
New
I am facing a unique(?) problem.
I have unit tests and integration tests
Both call the same set of functions.
All the integration test...
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:
Sub Categories:
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







