web1 iframe POST 전송 1. HTML 1. form의 target과 2. iframe의 name에 동일한 이름을 입력하고, form을 submit 합니다. 2. Server package com.example.vuespringbootinicis.pay.controller; import org.springframework.web.bind.annotation.*; @RequestMapping("/api/v1/pay") @RestController public class PayController { @PostMapping("/form") public String PayRequest(@RequestBody String UserName) { System.out.println("UserName !!! " + UserName); retur.. 2022. 5. 29. 이전 1 다음