• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ben Francom's Blog
  • Posts
  • Tags
  • About

    Using curl and wget with Headers to Troubleshoot a Rest Endpoint

    less than 1 minute read

    Had some fun today trying to reproduce an application error request to a rest endpoint with cli tools.

    ##wget wget -v --header "Accept: application/json" --header "Accept-encoding: gzip" https://www.endpoint.com

    ##curl curl -v -H "Accept:application/json" -H "Accept-encoding:gzip" -H https://www.endpoint.com

    Updated: October 8, 2015

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Packets don’t lie

    less than 1 minute read

    What people believe vs reality is a lot of times different. Take for example your application architecture. What was documented in the past may not be a true...

    GitHub vs GitLab, A ChatGPT Showdown!

    4 minute read

    Is ChatGPT biased against GitHub when compared to Gitlab? You decide! Here is the conversation I had with our new robot overlord.

    Becoming Eggscelent

    2 minute read

    I just met with Colby Meline for an informational interview. We had a wonderful conversation, and if your looking to fill a junior developer role, I would st...

    Integrating Artifactory and Tests with CDK Pipelines

    less than 1 minute read

    Building further upon my “Deploy a container to AWS in 5 lines of code” post, I wanted to add artifactory and a post-deployment test.

    • GitHub
    • Feed
    © 2023 Ben Francom's Blog. Powered by Jekyll & Minimal Mistakes.