Coder Social home page Coder Social logo

edgurgel / httparrot Goto Github PK

View Code? Open in Web Editor NEW
86.0 86.0 27.0 205 KB

HTTP Request & Response Server. An incomplete clone of http://httpbin.org

Home Page: https://httparrot.onrender.com/

License: MIT License

Elixir 92.09% HTML 6.04% Dockerfile 0.85% Shell 1.02%
http httpbin integration-testing

httparrot's People

Contributors

alex-strizhakov avatar bratsche avatar dependabot-preview[bot] avatar edgurgel avatar flupke avatar h4cc avatar hveiras avatar idabmat avatar jordan0day avatar kianmeng avatar lexmag avatar nashby avatar nathany-copia avatar princemaple avatar qgadrian avatar reset avatar rhruiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

httparrot's Issues

Upgrading Tesla

As requested @edgurgel

I am having some difficulty upgrading Tesla to OTP 26 and the httparrot SSL config, check the CI status: elixir-tesla/tesla#623

I also tried to use OTP 25+ built-in public key certs stuff, but it didn't work, I am pretty sure something in the configuration is broken that I am failing to see.

I would appreciate some help with it.

the ip origin endpoint shows 10.x.x.x is wrong

multiple calls return different 10.x.x.x addresses, which is private Ipv4 section and is not the true client address

$ curl http://httparrot.herokuapp.com/ip
{
  "origin": "10.184.202.8"
}
$ curl http://httparrot.herokuapp.com/ip
{
  "origin": "10.16.234.144"
}

vs. http://httpbin.org/ip always return the same one (my public address given by ISP) and is correct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.