Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the applications of HTTP interceptors?
Home
Angular
What are the applications of HTTP interceptors?
0
votes
asked
Sep 17, 2023
in
Angular
by
DavidAnderson
What are the applications of HTTP interceptors?
angularjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 17, 2023
by
DavidAnderson
The HTTP Interceptors can be used for different variety of tasks,
Authentication
Logging
Caching
Fake backend
URL transformation
Modifying headers
...