Help
ahzep1790
4 - Data Explorer
4 - Data Explorer
since ‎Dec 07, 2022
‎Dec 09, 2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm trying to do a simple post request with Ruby and  net/http  but it keeps throwing the same error, here's my code:  require 'uri'require 'net/http'data = { fields: { "Video Title" : "Top 10 funniest videos of 2022" }}uri = URI(https.....)headers...