Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • DevOps
    • Build Tool
      • Gradle
      • Maven
      • Jenkins
    • Git
    • Docker
    • Cloud
      • Heroku
      • AWS
  • C
    • Array
    • Data Structure
    • Search Algorithm
    • Sort Algorithm
    • Structure
  • Database
    • HSQL
    • Liquibase
    • MongoDB
    • MySQL
    • PostgreSQL
    • SQLite
  • Programming
    • Reactive Programming
    • File
      • Excel
      • File Download
      • File Upload
      • Word
    • Kotlin
    • Unix
  • Integration
    • JMS
      • ActiveMQ
      • Kafka
      • Mosquitto
      • RabbitMQ
    • Mule ESB
  • Java
    • Activiti
    • Code Quality
      • Junit
      • Cucumber
      • Selenium
    • Design Pattern
    • Drools
    • Log4J
    • Twitter4j
  • Spring
    • Spring Core
      • Spring AOP
      • Spring Batch
      • Spring Email
    • Spring Boot
    • Spring Cloud
    • Spring DB
      • Spring JDBC
      • Spring JPA
    • Spring Integration
    • Spring Web
      • Spring MVC
      • Spring REST
      • Spring Security
      • Spring SOAP
      • Spring WebFlux
  • Web
    • JavaScript
      • AJAX
      • Angular
      • Bootstrap
      • jQuery
      • NodeJS
      • React JS
    • Framework
      • JSF
      • JSP
      • Struts
      • Servlet
      • GraphQL
    • Microservices
    • Server
      • XAMPP
    • Web Services
      • REST
        • Rest Assured
        • Swagger
      • SOAP
    • WebSocket
    • Siteminder
    • Security
      • htaccess
  • ORM
    • JPA
    • Hibernate
  • Python
    • Django
    • Flask
  • PHP
    • Codeigniter
    • Joomla
    • WordPress
  • FAQs
  • About Me
  • Home
  • http

Tag: http

Introduction In this example I am going to show you how to call REST APIs using javax.net.ssl.HttpsURLConnection. So, I am using plain Java code to send or receive data to or from the REST APIs. I am also going to show you how to send authentication token in the HTTP header. I am also going to…

Author: Soumitra Leave a Comment on HttpsUrlConnection REST API Call – Auth Token And Proxy Server
Posted in Java REST

HttpsUrlConnection REST API Call – Auth Token And Proxy Server

Introduction In this example I am going to show you how to start your spring boot application on HTTPS protocol. HTTPS is a secured protocol, whereas HTTP is unsecured protocol. So the data passed over the network using HTTPS protocol are generally encrypted data. The application which I am going to build is in the…

Author: Soumitra Leave a Comment on Spring Boot Application Over HTTPS
Posted in Security Spring Boot Spring MVC

Spring Boot Application Over HTTPS

Introduction This tutorial shows an example on AJAX using JavaScript. AJAX is an acronym that stands for Asynchronous JavaScript And XML. Therefore it is not a technology but a technique which is implemented using JavaScript. Here I will show you how to use AJAX technique in simple way without using jquery or any other framework….

Author: Soumitra Leave a Comment on AJAX Example using JavaScript
Posted in AJAX JavaScript

AJAX Example using JavaScript

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions