Re: InvokeHttp - Response - Not readable

2019-04-09 Thread Puspak
i tried with that user defined attribute as well earlier, but no luck :( -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com/

Re: InvokeHttp - Response - Not readable

2019-04-09 Thread Bryan Bende
Have you tried adding a user-defined property to InvokeHttp with name of "Accept" and value of "application/json" ? Any user defined properties should be sent as headers. On Mon, Apr 8, 2019 at 10:11 PM Puspak wrote: > > Thanks Bryan , > > I sent the floe file to a putfile and read it from

Re: InvokeHttp - Response - Not readable

2019-04-08 Thread Puspak
Thanks Bryan , I sent the floe file to a putfile and read it from there .the content looks like below . This portal requires browser which support JavaScript. Please make sure that you are using an updated browser and

Re: InvokeHttp - Response - Not readable

2019-04-08 Thread Bryan Bende
The response shows that the content type being returned is text/html; charset=utf-8 so that is why you can't see it in the content viewer. You could send the flow file to a PutFile processor to write it out to the filesystem and open it in a text editor to see what is being returned. If you are

Re: InvokeHttp - Response - Not readable

2019-04-08 Thread Puspak
Thanks Bryan for the quick response . Below is the complete details of the response . Attribute Values Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Connection close Content-Length 294 Content-Type text/html; charset=utf-8 Date Mon, 08 Apr 2019 11:08:25 GMT Expires

Re: InvokeHttp - Response - Not readable

2019-04-08 Thread Bryan Bende
Hello, Can you provide more information about the response? what is the http status code? what is the body of the response? Can you make the same request using curl ? -Bryan On Mon, Apr 8, 2019 at 7:16 AM Puspak wrote: > > Hi team , > My invokehttp is making a get call over http , but the

InvokeHttp - Response - Not readable

2019-04-08 Thread Puspak
Hi team , My invokehttp is making a get call over http , but the response i am getting not able to read . when i am reading the flow file i can only see "No viewer is registered for this content type." I tried various option to get the json response , but no luck. approach i tried : 1 Accept :