Showing posts with label CORS. Show all posts
Showing posts with label CORS. Show all posts

Tuesday, August 24, 2021

CORS : How to handle CORS in Server code

@CrossOrigin(origins = "http://example.com")




1
2
3
4
@CrossOrigin(origins = "http://example.com", maxAge = 3600)
@RestController
@RequestMapping("/account")
public class AccountController {

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass