Skip to content

Data.post #7650

Aug 23, 2023 · 4 comments · 10 replies
Discussion options

You must be logged in to vote

Data.fetch url method headers try_auto_parse

  • GET / DELETE / OPTIONS / HEAD

Data.post url body method=HTTP_Method.POST headers=[] try_auto_parse_response=True

  • POST / PUT / PATCH
  • Behind the Output context - return a clear error message saying that the output context is not enabled click to enable.

Request_Body.Text <Encoding=UTF8> <Content_Type="text/plain">

  • Auto conversion of Text to Request_Body.Text _ Encoding.UTF8
  • Content type should have a suggested drop down set (text, json, xml, html, and any other that feel useful...)

Request_Body.JSON

  • Calls to_json and then makes a Text request.
  • Assume UTF-8, user can use Text and to_json if they really need non UTF8.

Request_Body.Binary

  • P…

Replies: 4 comments 10 replies

Comment options

You must be logged in to vote
4 replies
@radeusgd
Comment options

@radeusgd
Comment options

@GregoryTravis
Comment options

GregoryTravis Aug 24, 2023
Collaborator Author

@radeusgd
Comment options

Comment options

You must be logged in to vote
2 replies
@GregoryTravis
Comment options

GregoryTravis Aug 29, 2023
Collaborator Author

@radeusgd
Comment options

Comment options

You must be logged in to vote
4 replies
@radeusgd
Comment options

@radeusgd
Comment options

@GregoryTravis
Comment options

GregoryTravis Aug 31, 2023
Collaborator Author

@GregoryTravis
Comment options

GregoryTravis Aug 31, 2023
Collaborator Author

Comment options

You must be logged in to vote
0 replies
Answer selected by jdunkerley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants