HTTP
Posts about HTTP
Log all client requests and responses - Apache HTTP client, RESTEasy.
How to log requests and responses in Apache HTTP client, RESTEasy
August 20, 2022
|
HTTP
|
RESTEasy
|
Java
Spring RestTemplate - log all client requests and responses.
How to log requests and responses in Spring RestTemplate
March 12, 2022
|
HTTP
|
Spring Boot
|
Java
How to fix Invalid cookie header, invalid expires attribute
Fixing invalid expires attribute warning for HttpClient and REASTEasy client
June 18, 2019
|
HTTP
|
RESTEasy
Follow redirects one by one with RESTEasy
How to test redirects and follow redirects on by one.
April 09, 2019
|
RESTEasy
|
HTTP
OkHttp client
Http Requests and Responses with OkHttp client
November 07, 2018
|
HTTP
|
OkHttp
RESTEasy. Response is closed error
Reading response more than once. response.bufferEntity()
August 28, 2018
|
RESTEasy
|
HTTP
RESTEasy Client. RESTEasy Proxy Framework
How to create RESTEasy client with RESTEasy Proxy Framework
April 24, 2018
|
RESTEasy
|
HTTP
RESTEasy - how to send requests and get responses. GET, POST, PUT, DELETE
Simple example how to to send HTTP requests and get HTTP responses with RESTEasy in Java
April 17, 2018
|
RESTEasy
|
HTTP
How to log service client calls with AspectJ
AspectJ. How to log all service client calls for TestNG tests
March 14, 2018
|
AspectJ
|
HTTP
|
Spring Boot
|
Java
REST API client for TestNG and Spring Boot using Apache Http Components. Part 2
Create Service Client for Test Framework for REST API with TestNG and Spring Boot using previously created Http Client
February 26, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
REST API client for TestNG and Spring Boot using Apache Http Components. Part 1
Create Http Client for Test Framework for REST API with TestNG and Spring Boot using Apache Http Client
February 21, 2018
|
HTTP
|
TestNG
|
Spring Boot
|
Java
Send PUT and DELETE HTTP requests and get HTTP response in Java with Apache Http Client
Simple example how to create Http Client to send PUT and DELETE HTTP requests and get HTTP response with Apache Http Client in Java
February 16, 2018
|
HTTP
|
Java
How to send POST HTTP request and get HTTP response in Java with Apache Http Client
Simple example how to create a Http Client to send POST HTTP request and get HTTP response with Apache Http Client in Java
February 09, 2018
|
HTTP
|
Java
How to send GET HTTP request and get HTTP response in Java with Apache Http Client
Simple example how to create a Http Client to send GET Http request and get Http response with Apache Http Client in Java
February 03, 2018
|
HTTP
|
Java
How to send Http requests and receive responses in Java
HTTP requests and responses. Example of implementation in Java
November 21, 2015
|
Java
|
HTTP