I am sending the following payload - it works fine in my local.
When I try the same payload on AWS API server. It throws the following error.
400 Bad Request: The browser (or proxy) sent a request that this
server could not understand.
AWS server is not able to process Unicode characters.
Please help me out, how to fix it.
p.s: we are using both serverless and API.
Related
Postman for Linux
Version 6.7.1
Deepin x64
I'm trying to test a get method on postman to test my code, but I always get this error message.
Could not get any response.
There was an error connecting to localhost:3001/blocks.
Why this might have happened:
The server couldn't send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General
I've tried to do almost everything from this topic ("Could not get any response" response when using postman with subdomain) but nothing seems to work.
This is the on the message console.
Postman Console Message
Someone can help me to fix this?
In Postman go to Postman-> Preferences and in the settings tab turn off SSL certificate Verification
my project work try this:
Restart your web server local ex: wamp, postgree, oracle
in postman setting :
Trim keys and values in request body OFF
Use next generation URL processing ON
SSL certificate verification OFF
Always open request in web tab OFF
Send no cache header ON
Send postman token header ON
Retain headers when clicking on links OFF
Automatically follow redirects ON
Send anonymous usage data to postman OFF
It works for me:
Restart your web server like: PostgreSQL, Oracle
it will work
I am getting very strange problem where after deploying my plain HTTP application on cloudhub, I am getting response message as :
Service not available for request uri: /*
The same application works fine when I run it from my local anypoint studio embedded server.
Please could one help or have faced this issue ?
I assume you are using cloudhub url properly?
-Anand
I am trying to make a call to Riak cluster using a web service. I have observed that Riak web console is using http://localhost:8098/admin/cluster to make calls to the Riak.
The problem is that when I try to execute a PUT command from Postman to http://localhost:8098/admin/cluster I have a 403 error message.
Does anybody confronted with this issue ?
You are not supposed to use the REST APIs used by Riak console. I've already answered your other question about it. HTTP error 403 Forbidden means you are not properly authenticated (and not authorized to call the API), i.e. you are not passing the right HTTP header. I believe Riak console uses a cookie to ensure the APIs are invoked from the console's context. Looking at Riak console requests, I can see that X-Csrf-Token is being passed.
I want to connect to Amazon Dynamodb by sending http request.
I am getting various errors while doing so..
The errors are :
1) Connection refused, The remote host or network may be down
2) Read time out
3) Invalid Request, Some aspect of the HTTP Request is invalid.
I have also tried it with the help of crypto class.. But, had no luck.. :(
Please help me to find the right way to do the integration.. :(
PT 8.50.15
We have a new integration with a third party system. They have provided the wsdl and I have used the consume web service wizard to consume it into PeopleSoft. All this does is give you the stub messages with a schema attached to each. I have written some peoplecode to send a test message out to the webservice. When the webservice returns a valid result, I have no problems. However, when the webservice returns a fault message, I get the following error:
Integration Gateway - HttpTargetConnector:ExternalApplicationException. Http status code HttpStatusCode returned : 500. (158,10623)
HttpTargetConnector:ExternalApplicationException. External System responded with an Error status. For Http Status Code explanation please check Http protocol Specifications.
I know the webservice is returning the fault message b/c I have tried the same thing in SOAPUI. Does anyone know why PeopleSoft throws up this error ONLY on the fault message?
In addition to the prior response, the 500 error you are seeing should be followed by any soap fault coming back with the response in the errorLog.html file on your gateway (or msgLog depending on the ig.log.level setting in your integrationgateway.properties file. Check the 'response' section, as well as the stack trace for additional information.
On the routing that you are using, click the 'User Exception' check box. Then you will not get the HTTP 500 error. Evaluate the response from the response message. If it's not zero, you will then be able to parse the SOAP fault and see what the returned faultstring is.
Get your Service operation corrected. I Had same issue, After i changed the SO in this code it started working
&msgRequest = CreateMessage(Operation.Operation_name, %IntBroker_Request);