Questions tagged [hosted]

Problems with code that is executed on a hosted Web server. Do not use this tag if the problem code is running on a local machine.

Problems with code that is executed on a "hosted" Web server.

Please do NOT use this tag if the code for the question is running on a local machine.

This is specific to code running off a hosted Web server.

Reference:

137 questions
1
vote
3 answers

Free, hosted, issue tracker with github integration

The Github issue tracker is not quite cutting the mustard for our (open-source, but professionally developed) project: it has the bizarre and crippling* restriction that non-owners can't assign labels or users to issues. So we need a new issue…
Steve Bennett
  • 114,604
  • 39
  • 168
  • 219
1
vote
2 answers

JIRA GitHub Integration in an online hosted jira solution

I know there is a github jira plugin, which is a .jar https://github.com/atlassian/jira-github-connector-plugin , how do I add this to an online hosted jira solution. Basically we'd like to see commit activity, update time in jira tickets with a…
noj
  • 139
  • 1
  • 5
1
vote
1 answer

How should I provide a hosted service on Google App Engine

If i want to rent space on my service which I in turn host on Google App Service, is there some Terms of Service i need to know about? Also, if I want to provide a service that should be customized for a company, say a Wiki that the company can…
Hugo
  • 4,004
  • 1
  • 31
  • 33
1
vote
1 answer

Blazor webassembly ASP.NET Core hosted. How to redirect to page passing data?

I've created a Blazor webassembly ASP.NET Core hosted solution. The solution has three projects: BlazorApp1.Client, BlazorApp1.Server and BlazorApp1.Shared. In BlazorApp1.Server part, I have a controller with a HttpPost method called MyPost that…
1
vote
0 answers

Outlook Add-in . API is not supported in this platform

Is there a minimum requirement for a server hosting an outlook add-in? I am trying to use SSO for our Outlook Add-in and the error "API is not supported in this platform." is being returned when using the Add-in hosted in a Windows Server…
Margie
  • 63
  • 1
  • 6
1
vote
0 answers

PHP PDO connection showing 2 @ symbols on GoDaddy connection string

My code has been working on GoDaddy for months, I haven't touched it, but now something happened and I'm seeing "Could not connect to the database :SQLSTATE[28000] [1045] Access denied for user 'readonly@localhost'@'www.biosistemasing.com' (using…
1
vote
1 answer

502 Bad Gateway on platform.sh with rails 6 app + unicorn

I've deployed my rails 6 application on platform.sh the deployment was successful, but I have a 502 error on home page. 502 Bad Gateway I think that the migration or the database creation fails. I contacted the support, and the answer doesn't…
1
vote
0 answers

Privately hosted chrome extensions

Does anyone has able to create a Chrome extension and host it Privately? not within Chrome web store. i was trying to achieve full CI-CD for one of our chrome extensions and seems like when publishing the extension it is pending for manual review…
clevi
  • 71
  • 4
1
vote
1 answer

How to push a gem without auth?

How can I push gem to a private server without an authorization? Is there a way to disable it? gem push mygem-0.0.0.gem --host http://localhost:51856 Enter your http://localhost:51979 credentials. Don't have an account yet? Create one at…
Sammers
  • 1,038
  • 2
  • 8
  • 20
1
vote
0 answers

Sync local MySQL DB data to live MySQL DB

My plan is to store data in my local MySQL database and after a time interval it will update my live MySQL database remotely. Is it possible? I'm planing a inventory management script in PHP MySQL. The real problem is in our country net connection…
1
vote
1 answer

hosted rest load testing solution

can anyone recommend a hosted solution for load testing a rest interface (including all verbs, signed requests and multiple sets of simulated tasks)? we don't want to set up a server with the tools and we only need this occasionally. we'd like to…
DasAntonym
  • 452
  • 3
  • 19
1
vote
0 answers

GameCenter hosted type upto 16 users

I am using Apple GameCenter which only allow to use maximum 4 users at time. I wanted to support it upto 16 users using hosted type game. Apple says need to do some network configure on our own server. Can anyone guide to setup? What to configure on…
Chirag Lukhi
  • 1,528
  • 17
  • 41
1
vote
0 answers

How to accept a client certificate in a self hosted Web API

I have a windows service that is hosting Web API. There is a requirement now that a client will be submitting client certificate for each request. How do I handle the client certificates in self hosted web API? var config = new…
1
vote
1 answer

ASP.NET performance measurements on a hosted platform

I have a large ASP.NET website on a hosted platform. It shares the machine with a lot of other applications. We do not have access to the machine itself (only an FTP account). Our client is complaining that it is starting to perform rather badly,…
Jan
  • 4,366
  • 6
  • 22
  • 21
1
vote
2 answers

CORS on Self Hosted WCF Service

I'm trying to implement CORS suppor into my WCF service. I got some codes from https://enable-cors.org/server_wcf.html public class CustomHeaderMessageInspector : IDispatchMessageInspector { Dictionary
Metin Genç
  • 99
  • 2
  • 13
1 2
3
9 10