Как передать команду curl с несколькими строками в PHP или jquery (AJAX)?
I have a command which I run on linux terminal like below: curl –W “Authentication: Token r4r4xxxxx” “https://api.com/v1/results?display=true&format=image/jpeg&lang=en” –o image.jpg And this command will authenticate me from the server and download the image named image.jpg to my local machine from where I am calling this command… But I am looking for a way to do this either in Ajax or Jquery or PHP would do… This is a web based application which will fetch a specific image from an API…. As I am trying to write a user friendly interface for users to be able to use this… I would like to know how can I replicate the same command above using any web based technology and how to pass parameters and both strings in quotes how would I pass them as I need them both.
Что я уже пробовал:
Я пробовал передавать параметры в jQuery, но ответ-это неизвестный метод аутентификации.... Что озадачивает, так это то, что, согласно документации, именно так вы все проходите... И это работает только на терминале для меня... Я установил объект для параметров при использовании jQuery, например {authentication: xxxxxxxxxx}