All files from this thread

File Name File Size   Posted by Date  
nginxtest.conf 3.6 KB open | download kaushalshriyan 11/07/2022 Read message
nginxtest.conf 3.6 KB open | download kaushalshriyan 11/08/2022 Read message
nginxtest.conf 3.6 KB open | download kaushalshriyan 11/09/2022 Read message
nginxtest.conf 3.6 KB open | download kaushalshriyan 11/14/2022 Read message
nginxtest.conf 3.6 KB open | download kaushalshriyan 11/22/2022 Read message
November 19, 2022 10:42AM
On Sat, Nov 19, 2022 at 12:02 AM Francis Daly <francis@daoine.org> wrote:

> On Fri, Nov 18, 2022 at 11:10:20PM +0530, Kaushal Shriyan wrote:
> > On Fri, Nov 18, 2022 at 9:37 PM Francis Daly <francis@daoine.org> wrote:
>
> Hi there,
>
> > Thanks Francis for your email response. Let me explain with two
> different
> > scenarios :-
>
> Yes, thank you. I believe that what you want is still all clear to me,
> apart from the actual specific url patterns that you are using.
>
> I suspect that I am being unclear in the question that I am asking.
>
> Do you actually make an api request for exactly
> https://mydrupalsite.com/apis/unique_id? If so, what response do you get?
>
> And if you do not make an api request for exactly that url, can you show
> any one url that you do use when making an api request?
>
> What you will eventually want to add to your nginx config is something
> like
>
> location ^~ /apis/ {
> error_page 555 /dummyfile;
> fastcgi_pass 127.0.0.1:9000;
> include fastcgi.conf;
> fastcgi_param SCRIPT_FILENAME something;
> }
>
> but I am unable to guess what the "something" should be. Maybe it should
> always be "$document_root/index.php". And maybe different or other config
> is needed as well.
>
>
>

Hi Francis,

Yes we do api calls for those endpoints , for example - for this URL
https://mydrupalsite.com/apis, we have defined an API at Drupal end, and on
successful it return json response like below.
{
"message": "API created successfully",
"uuid": "9891655f-8174-4099-a471-321bee01fafd",
"apiName": "sanity4 Automation_Payments_API_02_10_2022",
"gbgf": "Wealth and Personal Banking (WPB)",
"apiVersion": "1.0.0"
}
And for https://mydrupalsite.com/apis/unique_id also we have a specific API
call , on success which returns a JSON response like below.
{
"message": "API updated successfully",
"uuid": "9891655f-8174-4099-a471-321bee01fafd",
"apiName": "TEST3TMETA-rbwm-200-sa-get-message-details-updated",
"gbgf": "RBWM",
"apiVersion": "1.0.0"
}
On 500 errors also we are handling at Drupal and sending JSON responses to
specify the details about errors.

Please let me know if you need any additional information and I look
forward to hearing from you. Thanks in advance.

Best Regards,

Kaushal
_______________________________________________
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-leave@nginx.org
Subject Author Posted

nginx returns html instead of json response

kaushalshriyan November 07, 2022 10:32AM

Re: nginx returns html instead of json response

Dan G. Switzer, II November 07, 2022 11:10AM

Re: nginx returns html instead of json response Attachments

kaushalshriyan November 07, 2022 12:48PM

Re: nginx returns html instead of json response

Dan G. Switzer, II November 07, 2022 01:22PM

Re: nginx returns html instead of json response

Maxim Dounin November 08, 2022 12:50AM

Re: nginx returns html instead of json response Attachments

kaushalshriyan November 08, 2022 02:56AM

Re: nginx returns html instead of json response Attachments

kaushalshriyan November 09, 2022 01:16PM

Re: nginx returns html instead of json response

Francis Daly November 11, 2022 04:08AM

Re: nginx returns html instead of json response

kaushalshriyan November 11, 2022 05:52AM

Re: nginx returns html instead of json response Attachments

kaushalshriyan November 14, 2022 09:56AM

Re: nginx returns html instead of json response

kaushalshriyan November 16, 2022 12:00PM

Re: nginx returns html instead of json response

Sergey A. Osokin November 16, 2022 04:42PM

Re: nginx returns html instead of json response

kaushalshriyan November 16, 2022 08:20PM

Re: nginx returns html instead of json response

Francis Daly November 17, 2022 12:28PM

Re: nginx returns html instead of json response

kaushalshriyan November 18, 2022 08:40AM

Re: nginx returns html instead of json response

Francis Daly November 18, 2022 11:06AM

Re: nginx returns html instead of json response

kaushalshriyan November 18, 2022 12:42PM

Re: nginx returns html instead of json response

Francis Daly November 18, 2022 01:32PM

Re: nginx returns html instead of json response

kaushalshriyan November 19, 2022 10:42AM

Re: nginx returns html instead of json response

Francis Daly November 21, 2022 02:22PM

Re: nginx returns html instead of json response Attachments

kaushalshriyan November 22, 2022 09:24AM

Re: nginx returns html instead of json response

Francis Daly November 23, 2022 12:50PM

Re: nginx returns html instead of json response

kaushalshriyan November 23, 2022 12:58PM

Re: nginx returns html instead of json response

Francis Daly November 23, 2022 01:10PM

Re: nginx returns html instead of json response

kaushalshriyan November 29, 2022 11:30AM

Re: nginx returns html instead of json response

kaushalshriyan November 30, 2022 12:48PM

Re: nginx returns html instead of json response

Francis Daly December 01, 2022 02:48PM

Re: nginx returns html instead of json response

kaushalshriyan November 23, 2022 12:52PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 303
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready