You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
When I send a POST to my REST service it returns with a 302 redirect which simply redirects to the same URI and sends the request again as a GET. Very strange. Saw a post on stackoverflow ( http://stackoverflow.com/questions/32232127/apigility-302-found-response ) that was saying the same thing. I've updated all dependencies.. running Dev-Master (Composer screen shot attached) Platform: Zend Server 8.5 i IBMi (no rewrite rules occurring)
Also running Zend Server 8.5 on Windows PC localhost and don't have any problems with POST.
The text was updated successfully, but these errors were encountered:
Fixed the problem by creating a new Response object, setting the code to 200 and content. Problem solved.. hacked but solved. Any insight on why this was happening would still be nice.
Hello April,
Have you recently applied PTFs related to SSL, such as MF60335, MF60430, SI57332 ?
If so, was your application working before the application of the PTFs?
We have all three of the PTF's you mentioned. Unfortunately we did not have the code working before we applied the PTF's so we have no idea if it would have worked without them.
We are not running SSL in this test configuration so not sure why SSL ptf's wouid interfere.
When I send a POST to my REST service it returns with a 302 redirect which simply redirects to the same URI and sends the request again as a GET. Very strange. Saw a post on stackoverflow ( http://stackoverflow.com/questions/32232127/apigility-302-found-response ) that was saying the same thing. I've updated all dependencies.. running Dev-Master (Composer screen shot attached) Platform: Zend Server 8.5 i IBMi (no rewrite rules occurring)
Also running Zend Server 8.5 on Windows PC localhost and don't have any problems with POST.
The text was updated successfully, but these errors were encountered: