Skip to content
View zachowdhury's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report zachowdhury

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. How to fix the CORS issue on backend... How to fix the CORS issue on backend side , java Springboot App (Handling Simple CORS requests)
    1
    //Contents from https://spring.io/understanding/CORS 
    2
    
                  
    3
    In the simplest scenario, cross-origin communications starts with a client making a GET, POST, or HEAD request against a resource on the server.
    4
    In this scenario, the content type of a POST request is limited to application/x-www-form-urlencoded, multipart/form-data, or text/plain. The request includes an Origin header that indicates the origin of the client code.
    5