Accounts are not being created in a source, error 308

Accounts are not being created in a source, error 308.
According to this error, it is a change of url on their part, I checked and they told me that this url had indeed been changed.

So I changed the created account endpoint and wanted to know if there was any way I could do some testing to see if just changing the url would work?

Since there aren’t many signings in this case.



Hello @kaiolima ,

I think you should add location header with url in your curl request curl --location <url> or curl -L <url>.As 308 - status response code indicates that the resource requested has been definitively moved to the URL given by the Location headers.

1 Like

Hello,

Thanks for the answer, I changed the url in the first image that has a yellow outline and the second image is an old url, would this change be correct?

Hello @kaiolima ,

Can you try curl request with -L instead of --location

1 Like

Thanks,

I did as suggested, so it was changed to -l and I changed the url that changed. Would there be any way to test? Or would I have to wait until I get hired?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.