Securing Your HTTP APIs
#http #https #api #security #secureyourhttpapis #cybersecurity #privacy #multitenantcloudapplication
https://hackernoon.com/securing-your-http-apis
#http #https #api #security #secureyourhttpapis #cybersecurity #privacy #multitenantcloudapplication
https://hackernoon.com/securing-your-http-apis
Hackernoon
Securing Your HTTP APIs | HackerNoon
This post will review a few HTTP API access control approaches, from simple API keys to OAuth.
Parsing Data from Any Site Part 1 - Sniffer http/https Packets
#http #https #sniffer #fiddler #cybersecurity #webscraping #parsingdatafromanysite #snifferhttphttpspackets
https://hackernoon.com/parsing-data-from-any-site-part-1-sniffer-httphttps-packets
#http #https #sniffer #fiddler #cybersecurity #webscraping #parsingdatafromanysite #snifferhttphttpspackets
https://hackernoon.com/parsing-data-from-any-site-part-1-sniffer-httphttps-packets
Hackernoon
Parsing Data from Any Site Part 1 - Sniffer http/https Packets | HackerNoon
In this article I will talk about the main tool of a web scraping specialist - the http/https packet sniffer.
A TCP Flow and HTTP Flow Guide: Changing HTTP Messages
#http #javascript #interview #webdevelopment #webdev #websitedevelopment #webdevelopment #javascriptdevelopment
https://hackernoon.com/a-tcp-flow-and-http-flow-guide-changing-http-messages
#http #javascript #interview #webdevelopment #webdev #websitedevelopment #webdevelopment #javascriptdevelopment
https://hackernoon.com/a-tcp-flow-and-http-flow-guide-changing-http-messages
Hackernoon
A TCP Flow and HTTP Flow Guide: Changing HTTP Messages | HackerNoon
Let’s take a closer look under the hood at what the process of changing HTTP messages is.
Building a Simple HTTP Client Using Proxygen
#web #http #proxy #proxyservers #simplehttpclient #httpclientusingproxygen #buildinghttpclient #coding #webmonetization
https://hackernoon.com/building-a-simple-http-client-using-proxygen
#web #http #proxy #proxyservers #simplehttpclient #httpclientusingproxygen #buildinghttpclient #coding #webmonetization
https://hackernoon.com/building-a-simple-http-client-using-proxygen
Hackernoon
Building a Simple HTTP Client Using Proxygen | HackerNoon
Build an HTTP client using proxygen.
A Deeper Look into SSH and X.509 Certificates
#sshauthentication #ssh #certificateauthority #sslcertificates #pki #networking #http #https
https://hackernoon.com/a-deeper-look-into-ssh-and-x509-certificates
#sshauthentication #ssh #certificateauthority #sslcertificates #pki #networking #http #https
https://hackernoon.com/a-deeper-look-into-ssh-and-x509-certificates
Hackernoon
A Deeper Look into SSH and X.509 Certificates
Although SSH certificates are the most secure way to regulate SSH access, they are underutilized. This article explains why you should be using SSH certificates
The 6 Core Concepts for HTTP Caching
#softwarearchitecture #caching #softwaredevelopment #api #http #webdevelopment #cdn #apigateway
https://hackernoon.com/the-6-core-concepts-for-http-caching
#softwarearchitecture #caching #softwaredevelopment #api #http #webdevelopment #cdn #apigateway
https://hackernoon.com/the-6-core-concepts-for-http-caching
Hackernoon
The 6 Core Concepts for HTTP Caching
The 6 core concepts you need to know to understand HTTP caching. Don’t want to spend hours and hours reading RFCs and documentation ? Read this guide instead!
Using a REST API with Python
#softwarearchitecture #restapi #python #http #data #webdevelopment #servers #api
https://hackernoon.com/using-a-rest-api-with-python
#softwarearchitecture #restapi #python #http #data #webdevelopment #servers #api
https://hackernoon.com/using-a-rest-api-with-python
Hackernoon
Using a REST API with Python | HackerNoon
Requesting fitness data (backlog) from Terra requires HTTP requests, so I’m writing an essential guide here on using a REST API with Python.
3 Reasons Webhooks Are Better than Regular HTTP Requests
#webhooks #webdevelopment #http #softwarearchitecture #programming #webdev #devops #optimization
https://hackernoon.com/3-reasons-webhooks-are-better-than-regular-http-requests
#webhooks #webdevelopment #http #softwarearchitecture #programming #webdev #devops #optimization
https://hackernoon.com/3-reasons-webhooks-are-better-than-regular-http-requests
Hackernoon
3 Reasons Webhooks Are Better than Regular HTTP Requests | HackerNoon
A guide on why Webhooks are often considered better than regular HTTP requests for a few reasons.
The Glory of REST: Is It Really That Glorious?
#programming #restapi #rest #restfulapis #hal #hateoas #soap #http
https://hackernoon.com/the-glory-of-rest-is-it-really-that-glorious
#programming #restapi #rest #restfulapis #hal #hateoas #soap #http
https://hackernoon.com/the-glory-of-rest-is-it-really-that-glorious
Hackernoon
The Glory of REST: Is It Really That Glorious? | HackerNoon
REST is simpler and, thus, more approachable, but it requires a lot of custom effort, which changes from project to project.
Axios: What to Do When Something Goes Wrong
#webdevelopment #axios #nodejs #errorhandling #guide #tutorial #development #http #webmonetization
https://hackernoon.com/axios-what-to-do-when-something-goes-wrong
#webdevelopment #axios #nodejs #errorhandling #guide #tutorial #development #http #webmonetization
https://hackernoon.com/axios-what-to-do-when-something-goes-wrong
Hackernoon
Axios: What to Do When Something Goes Wrong | HackerNoon
You've seen a couple of ways to deal with error responses when making HTTP calls with Axios.
Building a Secure Web Chat With Redis, mTLS and GCP
#redis #ssl #cloudfunctions #webdevelopment #backend #backenddevelopment #http #cloudcomputing
https://hackernoon.com/building-a-secure-web-chat-with-redis-mtls-and-gcp
#redis #ssl #cloudfunctions #webdevelopment #backend #backenddevelopment #http #cloudcomputing
https://hackernoon.com/building-a-secure-web-chat-with-redis-mtls-and-gcp
Hackernoon
Building a Secure Web Chat With Redis, mTLS and GCP | HackerNoon
Securing Redis installation with mTLS and accessing it from a compute instance on GCP for free.
How HTTP Works - A Hands-On Explanation
#webdevelopment #http #tcpip #request #response #internet #frontenddevelopment #backend
https://hackernoon.com/how-http-works-a-hands-on-explanation
#webdevelopment #http #tcpip #request #response #internet #frontenddevelopment #backend
https://hackernoon.com/how-http-works-a-hands-on-explanation
Hackernoon
How HTTP Works - A Hands-On Explanation | HackerNoon
A high-level, hands-on explanation of how HTTP works with real-life examples. Get your hands on using Telnet and CURL to make HTTP requests.
Health Check Response Format for HTTP APIs
#softwareengineering #health #api #restapi #rest #healthtech #http #coding
https://hackernoon.com/health-check-response-format-for-http-apis
#softwareengineering #health #api #restapi #rest #healthtech #http #coding
https://hackernoon.com/health-check-response-format-for-http-apis
Hackernoon
Health Check Response Format for HTTP APIs | HackerNoon
I'm continuing my journey on getting more familiar with HTTP APIs by reading related Request For Comments.
How to Intercept HTTP Request Response in Spring Boot
#java #springboot #http #appdevelopment #httprequests #javadevelopment #javaprogramming #mvc
https://hackernoon.com/how-to-intercept-http-request-response-in-spring-boot
#java #springboot #http #appdevelopment #httprequests #javadevelopment #javaprogramming #mvc
https://hackernoon.com/how-to-intercept-http-request-response-in-spring-boot
Hackernoon
How to Intercept HTTP Request Response in Spring Boot
In this article, we'll learn about creating and using interceptors in Spring boot.
Lightbug 🔥🐝- The First Mojo HTTP Framework
#webdevelopment #mojo #http #backend #ai #frameworks #lightbug #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/lightbug-the-first-mojo-http-framework
#webdevelopment #mojo #http #backend #ai #frameworks #lightbug #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/lightbug-the-first-mojo-http-framework
Hackernoon
Lightbug 🔥🐝- The First Mojo HTTP Framework
Intro to Lightbug 🔥🐝, a lightweight HTTP framework in pure Mojo that allows to build web services with simplicity of Python and performance of C++
What Happens When You Click a URL: DNS Lookup, TCP Handshake & HTTP Request
#webdev #networking #backend #frontend #dns #tcp #http #howdoestheinternetwork
https://hackernoon.com/what-happens-when-you-click-a-url-dns-lookup-tcp-handshake-and-http-request
#webdev #networking #backend #frontend #dns #tcp #http #howdoestheinternetwork
https://hackernoon.com/what-happens-when-you-click-a-url-dns-lookup-tcp-handshake-and-http-request
Hackernoon
What Happens When You Click a URL: DNS Lookup, TCP Handshake & HTTP Request
DNS stands for Domain Name System, and it is a huge database where domain names are stored with their corresponding IP addresses.
Wireshark & tcpdump: The Debugging Duo For Network Troubleshooting
#networking #http #debug #debugging #overthewire #tools #debuggingtutorial #debuggingtools
https://hackernoon.com/wireshark-and-tcpdump-debugging-duo-for-network-troubleshooting
#networking #http #debug #debugging #overthewire #tools #debuggingtutorial #debuggingtools
https://hackernoon.com/wireshark-and-tcpdump-debugging-duo-for-network-troubleshooting
Hackernoon
Wireshark & tcpdump: The Debugging Duo For Network Troubleshooting | HackerNoon
Explore the power of Wireshark and tcpdump for network analysis in our comprehensive guide, unveiling tips for effective troubleshooting.
HTTP Polling - the Good, the Bad and the Ugly
#javascript #frontend #http #rxjs #typescript #clientsidejavascript #httppolling #howtohandlehttppolling
https://hackernoon.com/http-polling-the-good-the-bad-and-the-ugly
#javascript #frontend #http #rxjs #typescript #clientsidejavascript #httppolling #howtohandlehttppolling
https://hackernoon.com/http-polling-the-good-the-bad-and-the-ugly
Hackernoon
HTTP Polling - the Good, the Bad and the Ugly
Explore three approaches to implementing short HTTP polling using client-side JavaScript.
Why Haven’t You Upgraded to HTTP/2?
#http #http2 #heroku #multiplexing #compression #pushnotifications #prioritization #binary
https://hackernoon.com/why-havent-you-upgraded-to-http2
#http #http2 #heroku #multiplexing #compression #pushnotifications #prioritization #binary
https://hackernoon.com/why-havent-you-upgraded-to-http2
Hackernoon
Why Haven’t You Upgraded to HTTP/2?
Let’s understand more about the benefits of upgrading to HTTP/2 and how it can impact consumers of your application or service.
The Best User Agent for Web Scraping
#webscraping #useragent #antibot #datascraping #http #httpheaders #goodcompany #whatisauseragent
https://hackernoon.com/the-best-user-agent-for-web-scraping
#webscraping #useragent #antibot #datascraping #http #httpheaders #goodcompany #whatisauseragent
https://hackernoon.com/the-best-user-agent-for-web-scraping
Hackernoon
The Best User Agent for Web Scraping
Learn why you should set a user agent when scraping the web and discover the best user agent for web scraping