How do you do an HTTP Put?

前端 未结 11 2021
孤独总比滥情好
孤独总比滥情好 2020-12-04 14:19

We have this software that has a webservices component.

Now, the administrator of this system has come to me, wanting to import data into the system by using the webs

11条回答
  •  失恋的感觉
    2020-12-04 14:39

    Just a headsup some network admins block puts for various reasons. So you may have to use a POST instead of PUT. Check with your operations.

提交回复
热议问题