Jump to content
  • 0

Error in API


Dveloper
 Share

Question

ERROR:  The method received in the request-line is known by the origin server but not supported by the target resource

I got this error in starting broadcast

API: 

 const response = await axios.get(
        `${process.env.Livestream_URL}/${process.env.Livestream_App}/rest/v2/broadcasts/${streamId}/start`,
        {
          headers: {
            accept: "application/json",
            "content-type": "application/x-www-form-urlencoded",
            Authorization: process.env.Bearer_Token,
          },
        }
      );
Link to comment
Share on other sites

  • Answers 4
  • Created
  • Last Reply

Top Posters For This Question

Popular Days

4 answers to this question

Recommended Posts

 Share

×
×
  • Create New...