Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
web/http プロトコルを使用して、json ペイロードを特定の URL に送信する必要があります。Web URL とペイロードのみがあります。
リクエストの送信方法を教えてください。
事前にどうもありがとう
プッシュパック
ログイン認証情報を myUrl に送信するには、次のようにします。
web_custom_request("myUrl", "URL=http://myUrl.com", "Method=POST", "RecContentType=application/json", "Body=" "{" "\"name\":\"myName\"m\," "\"password\":\"myPassword\"" "}" LAST);