python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I m trying to mock the .header but it does not work, does anyone has an idea?
i tried to mock the header with when(requestHeadersSpec.header(notNull(), notNull())).thenReturn(requestHeadersSpec);, or something similar but i does not work, does anyone has an idea?
return defa...
cornelF
Votes: 0
Answers: 1
C# How to send a file to webhook and get sent file's link?
Hello im trying upload file to a link and i tried this:
`private void buttonInput_Click(object sender, EventArgs e)
{
try
{
using (WebClient client = new WebClient())
...
NoobCoder31
Votes: 0
Answers: 1
C# How to upload any file to a fileuploader?
I need upload my file to "https://file.io" and i tried this:
`private void buttonInput_Click(object sender, EventArgs e)
{
using (WebClient client = new WebClient())
{...
NoobCoder31
Votes: 0
Answers: 0