-
Error putting blob image:AuthenticationFailedServer failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:85f4145…
-
I'm trying to fetch some data of a simple rest api, but I always get a "unsupported URL error" even when using https://www.google.com as the URL...
here's my code:
```
void ScopeAudioProcessor…
-
Currently forgot password is not implemented.
This is an important feature that is needed on the login page.
For this we also need to make sure the emails are valid when users signup.
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### Java Version
_N…
-
Every time I run the sample code I get a restsharp error
System.MethodAccessException: 'Error cuando el método 'MeliLibTools.Client.ApiClient.Exec(RestSharp.RestRequest, MeliLibTools.Client.IReadab…
-
I am using the code below
``` csharp
var options = new RestClientOptions("http://apibihml.value4u.com.br");
var client = new RestClient(options);
var request = new RestRequest("/obter-acesso/", …
-
A clear and concise description of what the bug is.
When using the reserved character '**!**', in a path **segment**, it returns a 401 unauthorized error.
Example:
https://.suitetalk.api.netsuite…
-
Hi,
aftere a server restar I have the error: 'Object reference not set to an instance of an object.'
This exception was originally thrown at this call stack:
FikaAmazonAPI.Services.TokenGener…
-
```C#
public async Task PostContextAsync(Interface.Push push)
{
try
{
var response = await client.ExecuteAsync(new RestRequest("fcm/send", Method.POST)
…
-
**Describe the bug**
In current version of application GIT main and in previous release health reset service is not responding.
**To Reproduce**
Steps to reproduce the behavior:
1. Enable publ…