反应本地帖子请求,例如表单提交或重定向

时间:2019-07-23 22:24:17

标签: react-native

使用react native,我试图发送带有一些参数的请求。如果这是一个GET请求,那么这将不是问题,但是我正在调用的API仅适用于POST请求。然后,响应将重定向到我也需要去的网页。

我尝试过进行ajax调用并将响应存储在状态中,但这也无法按我想要的方式工作。我基本上需要模仿提交表单。

该想法将是实现此目的的方法:

private postToURL(url, token, clientId) {
  /// call is made to url with the token and clientId as the parameters as part of the POST. 
  /// when called it would redirect and open a webview using the response.
}

0 个答案:

没有答案
相关问题