Questions tagged [web-applications]
371 questions
1
vote
6 answers
Best Practices? Send Mail from Web App
We have a web application that is sort of like a CRM app. People can log in and manage their business with other folks. As part of that management, our application may send emails to the people being managed. The wrinkle here is that our customers…

Chris_K
- 3,444
- 6
- 43
- 45
0
votes
1 answer
Webapp not working with proxy
On a single server I'm using to demo a system, I have a static website running on apache2 and a demo web app running on an instance of tomcat. Both are working fine when accessed directly. I've setup a proxy to convert the web app port and messy…

Michael McKay
- 103
- 4
0
votes
1 answer
What needs to be considered when choosing a distro for Web App Hosting?
What should you consider when choosing a distro for Web App Hosting?
I want to host my node.js web app on an AWS EC2 instance and I am at the part where they essentially ask what operating system I want to use.
I have seen some sites say CentOS is…

joeldesante
- 195
- 1
- 5
0
votes
0 answers
How to configure different web app from different server with Nginx?
I have a website with domain example.com in a server with IP x.x.x.x. It runs with Nginx and Let's Encrypt very well, which is located in /var/www/app1. The domain is obtained and managed via a providerXYZ.
Last time I can deploy a web application…

ywiyogo
- 121
- 4
0
votes
1 answer
How to enable SSL for a web application and HTTP API running in AWS?
I've held off on writing this question because I'm not sure if it belongs on ServerFault or StackOverflow.
I have a React web application hosted in an AWS S3 bucket and using CloudFront. I have a REST API written as a Java Spring Boot application…

jafwatt
- 103
- 3
0
votes
1 answer
Should Active Directory, Web Apps and MS-SQL all have the same users?
I am looking for a clean way to do audit trails in MS SQL Server, for compliance reasons, preferably completely on the database side without involving the web application.
When talking about audit trails I mean a complete log of the changes to the…

Felix Ruzzoli
- 1
- 2
0
votes
1 answer
Routing Rules icon in Microsoft ARR 3 - Server Farm Section Does not exist
I want to implement Application Load Balancing by Application Request Routing - ARR3 on IIS8. I download ARR3 Source file and install on my server. the server farm section created in my iis but when I check the ARR modules it includes Cacheing,…

Milad Habibian
- 43
- 1
- 1
- 5
0
votes
0 answers
Windows user to Webapp - No authentication needed
I would like to retrieve the windows user in a webapp.
Currently using Kerberos/Apache/Tomcat, the variable REMOTE_USER is set in http header so is fine.
But now my needs have changed :
no more client authentication (no more Kerberos)
user should…

drkmkzs
- 311
- 1
- 2
- 8
0
votes
0 answers
Digital signing certificate for SOAP
I'm calling a third-party Web Service with SOAP requests. This service requires me to to sign my SOAP requests digitally. Regarding to How to buy a X.509 certificate for signing digital payloads question, I bought an Email Signing Certificate from…

Mikael H.
- 1
- 1
0
votes
1 answer
Azure WebApp Socket can't connect
I have a ASP .NET application hosted as a WebApp in Azure and a Xamarin client app that consumes that WebApi in Azure.
As soon as I changed my webapi to an Azure WebApp, which was previously hosted in non-azure VM and it was working fine, my Xamarin…

user509015
- 1
- 1
0
votes
0 answers
Azure Virtual Network - Web App through P2S through S2S VPN tunnel
First of, I'm not really that much into networking stuff, so I might use wrong expressions and stuff.
My issue is that I need to connect a web app to an onpremise machine.
I've read the MS guides and have come along way, but stumble at the finish…

MazeezaM
- 1
0
votes
0 answers
proxy a web applications with url prefix
How can I proxy web applications with url prefix using Nginx or Apache2 in my server?
For example, I run a NextCloud in Docker and I want to access it by https://my-domain.example/nextcloud/, so I use nginx with below config.
location /nextcloud…

gds
- 1
- 1
0
votes
1 answer
Web Application Publishing on Citrix with Restricted Access
We have a Citrix setup enabling users to access our applications from home. Basically, they login to our site using the Windows Authentication. Once, the are successfully logged in, they see the following icons
Desktop - Full Screen (which provides…
Kanini
0
votes
0 answers
Imperva WAF (Web application firewall) - No HTTP hits
We have run a script on a particular WEB application, we could see the alerts and violation for the respective server group.
But Couldn't see any HTTP hits for the same server group.
Could somebody help me on this. Thanks in advance

Bijo Dev
- 1
0
votes
2 answers
Web apps vs desktop apps
It seems like Chrome OS completely ignores the need of desktop apps. What are the Pros and Cons of desktop apps.
user27361