http-interceptor
There are 44 repositories under http-interceptor topic.
requestly/requestly
Free and open-source API Client & Interceptor.
Flyrell/axios-auth-refresh
Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.
rhaidiz/broxy
An HTTP/HTTPS intercept proxy written in Go.
mpalourdio/ng-http-loader
:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
icyleaf/halite
💎HTTP Requests Client with a chainable REST API, built-in sessions and middlewares.
CodingAleCR/http_interceptor
A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
Trendyol/android-dev-tools
Android QA/Debug tools to speed up and streamline the development progress.
vvmgev/Inssman
Intercept HTTP requests and responses. Modify HTTP request/response body. Modify HTTP request/response headers. Redirect requests. HTTP logger. Mock APIs. Inject scripts. Block requests. Modify query parameters
johnpapa/http-interceptors
The Web apps in this monorepo make HTTP requests and require uniform consistency in how they are executed and handled. This monorepo demonstrates the same app written with Angular and with Svelte. Each app uses HTTP interceptors. The Angular app uses HttpClient and its interceptors while the Svelte app uses Axios and its interceptors.
AppiumTestDistribution/appium-interceptor-plugin
Appium 2.0 plugin to mock api calls for android apps
bezkoder/angular-16-refresh-token
Angular 16 JWT refresh token example & Interceptor - Handle token expiration in Angular 16 - Refresh token before expiration tutorial example
kKen94/ngx-progress
The most powerful and customizable progress bar for Angular ✨
bacarPereira/YTS.MX-Clone-Angular
This project use the official Yts.mx API and shows several core features of Angular.
pascaliske/ngx-sentry
Angular ErrorHandler, HttpInterceptor and Service for Sentry.
bezkoder/angular-14-refresh-token
Angular JWT refresh token with Interceptor, handle token expiration in Angular 14 - Refresh token before expiration example
hapinessjs/ng-universal-example
Angular Universal starter with server side rendering in Hapiness
gnllucena/angular-bootstrap
Angular bootstrap application with http and application error handling, lazy load modules, reactive forms, stagger and state animations.
mryenagandula/dailycoding-app
Angular Sample Letstalk App with Angular material (includes routing, authentication, pipes , services, interceptors etc))
tomasstankovic/ng-preloader-example
Example of using HTTP Interceptor with preloaders in new Angular.
DSI-HUG/ngx-sentry
📊 Angular wrapper for Sentry JavaScript SDK
MossaabFrifita/angular-16-jwt-authentication-authorization
Angular 16 JWT Authentication Example - Demonstrating Token-Based Authentication and Role-Based Authorization with HttpOnly Cookies. Includes Automatic Token Expiration Handling and Refresh Token Mechanism
anfibiacreativa/myapp-apollo-interceptors
An app requesting data from a GraphQL API using Apollo Client, and implementing interceptors and guards
bezkoder/angular-15-refresh-token
Angular JWT refresh token with Interceptor, handle token expiration in Angular 15 - Refresh token before expiration example
darshan4694/MEAN-Angular4-Full-Ecommerce-App
Full functioning Ecommerce App
itaditya/nock-with-jest
A simple demo to showoff Nock usage with Jest
MQpeng/rx-http-kit
A normalized HttpClient based by rxjs
MrTang23/Fetchion
Fetchion: A lightweight JavaScript library for streamlined RESTful API requests. Supports multiple methods, easy to configure, perfect for fast modern web app development.
tsvayer/hin
Http/Https Interceptor
akanass/ng-universal-transfer-http
TransferHttpCacheModule installs a Http interceptor that avoids duplicate HttpClient requests on the client
imdeepakchahar/java-security-interceptor
This project is a Spring MVC-based Java application that implements a security interceptor to validate incoming HTTP requests and prevent common vulnerabilities such as SQL Injection, Cross-Site Scripting (XSS), and malicious file uploads.
leo1394/authenticated_http_client
An advanced authenticated HTTP client introduces `factory` feature that generates request functions based on API definitions in WYSIWYG style and supports `mock` and `silent` modes for development.
RakenHammed/chat-app-mobile
Real time chat app ionic4 socket.io
DaveStaudenmaier/http-interceptor
Use HttpInterceptor in Angular to intercept outgoing requests and incoming responses
MainaGeorge/VideoGameBase
This is a short project with angular used to fetch game data from an api (RAWG) for education purposes. The project consists of a home page where one can search for a game or view the available games. From a particular game one can navigate to the details about that game, and view its rating, screenshots, trailers and even the official websites of the game.