Skip to main content

Questions tagged [http-functions]

1 vote
1 answer
174 views

I am trying to query the Tableau REST API using Wolfram. I have been able to send all the other types of HTTPRequest to it ...
user13892's user avatar
  • 10.4k
1 vote
0 answers
186 views

First I use ClearCookies[All]; ck = URLRead @ HTTPRequest["https://wolfram.com",CookieFunction->Print] to get an example of cookies. Then I save the ...
Schwarzer's user avatar
1 vote
1 answer
635 views

I've been using MMA (v13.1.0) to experiment with various apis provided by OpenAI (https://platform.openai.com/docs/api-reference). For example, OpenAI provides a chat completion endpoint using the '...
MSC02476's user avatar
  • 699
0 votes
0 answers
71 views

I am trying to create a Mathematica equivalent to the following code: ...
MMAUser's user avatar
  • 409
3 votes
1 answer
620 views

Using Mathematica 13.0 on Windows 10 codes are below ...
Schwarzer's user avatar
2 votes
1 answer
227 views

I am a developer of a Mathematica web-server (see TinyWEB). I managed to parse a multipart POST request containing text files, however, it is hard to expand it to any types of binary data like JPEG, ...
Kirill Vasin's user avatar
  • 1,769
0 votes
1 answer
224 views

I want to obtain some information of stock markets from TradingView website. For instance, let us access to S&P index chart through the URL, https://www.tradingview.com/chart/?symbol=SP%3ASPX Now, ...
cheese.burger's user avatar
5 votes
2 answers
202 views

The documentation for HTTPRequest notes that it is possible to indicate a user agent, and that The default "UserAgent" is typically "Wolfram ...
Emilio Pisanty's user avatar
14 votes
1 answer
334 views

Is there a common method of grabbing an SE post or answer here as a formatted notebook so that you can immediately run it, instead of copy-pasting the code blocks? I've heard SSE uses MarkdownSharp ...
M.R.'s user avatar
  • 31.9k
12 votes
3 answers
1k views

Working in the creations of APIs with Mathematica 12.2, I got this problem with diacritics when sending JSON data. Here is a toy code using httpbin. ...
Murta's user avatar
  • 26.5k
3 votes
1 answer
676 views

I'm playing with Salesforce in Mathematica trying to automate some PDF upload. I would like to know how can I execute the HTTPRequest as described by the curl below: Here is the link for Salesforce ...
Murta's user avatar
  • 26.5k
1 vote
1 answer
710 views

I'm working on a project to build a graph based on nutritional elements of common foods. A popular source of this information is Nutritionix, which provides data via a set of APIs. I'm using MMA (v12....
MSC02476's user avatar
  • 699
7 votes
2 answers
491 views

I have a working curl command: curl https://myapp.herokuapp.com/doit -F filedata=@path/to/img.jpg How do I write this in the modern way with ...
M.R.'s user avatar
  • 31.9k
4 votes
1 answer
83 views

The following shell script is used to access an IoT device that returns a JSON string, the content of which is not important for this question. ...
bobthechemist's user avatar
3 votes
0 answers
197 views

I have a simple API that takes a recipe and returns the list of ingredients: ...
M.R.'s user avatar
  • 31.9k

15 30 50 per page