1
When generating the request with all the correct parameters I have error return 307 Temporary redirect. Someone knows tell me what this error represents ?
1
When generating the request with all the correct parameters I have error return 307 Temporary redirect. Someone knows tell me what this error represents ?
1
Whereas you are accessing a third-party service url. 307 code means the service believes the url has been directed to another url.
You can read more on:
0
After several tests, I discovered the error because the configured url in the project was http , when actually the web service used the https url. It was enough to change to https and the communication happened. When the request happened the web service server would redirect to the https url to force the use of https.
Browser other questions tagged c# web-service wsdl http-status
You are not signed in. Login or sign up in order to post.
If you post the code, what you’re doing and when the error happens, it’s easier to help!?
– novic