我正在尝试使用Postman Tool for Tableau Signin方法调用Rest API,但是它不是返回JSON而是返回html。我的意思是,我无法拨打正确的电话,理想情况下它应该以json格式返回令牌。
我正在使用Tableau Online。
请求的网址: http://us-east-1.online.tableau.com/api/2.5/auth/signin
方法:发布
<form class="price"><p class="totalPrice booktxt">Total Price For the Renting 50BHD/Week<br> </p>
<input onclick="calculateTotal(0) " type="checkbox" class="ful">With Fuel<br>
<input onclick="calculateTotal(0) " type="checkbox" class="pol">Polishing 2 weeks<br>
<input onclick="calculateTotal(0) " type="checkbox" class="drv">Driver<br>
</form>
<form class="price"><p class="totalPrice booktxt">Total Price For the Renting 50BHD/Week<br> </p>
<input onclick="calculateTotal(1) " type="checkbox" class="ful">With Fuel<br>
<input onclick="calculateTotal(1) " type="checkbox" class="pol">Polishing 2 weeks<br>
<input onclick="calculateTotal(1) " type="checkbox" class="drv">Driver<br>
</form>