ServiceStack is a modern, code-first, DTO-driven, WCF replacement web services framework encouraging best-practices for creating DRY, high-perfomance, scalable REST web services
0
votes
0answers
7 views
ServiceStack + Swagger ability to group resources differently
Let me start by saying ServiceStack has surpassed all my expectations as a framework. It is amazing what has been accomplished.
I am currently using the Swagger UI plugin with ServiceStack and was ...
1
vote
0answers
5 views
Using one Validator for multiple request DTOs? or multiple Validators for a single request DTO?
I have several ServiceStack request DTOs that implement an interface called IPageable. I have a validator that can validate the two properties that are on this interface. I think I'm going to end up ...
1
vote
1answer
15 views
Using Ninject with ORMLite
I want to use Ninject with ServiceStack ORMLite but I'm not sure how to configure it.
I have the following in my Repository:
private readonly IDbConnectionFactory _dbFactory;
public ...
1
vote
1answer
12 views
URL redirect in ServiceStack loginpage
In my apphost.cs file I have defined unauthorized requests to open login.cshtml.
SetConfig(new EndpointHostConfig
{
CustomHttpHandlers =
{
{HttpStatusCode.NotFound, new ...
1
vote
1answer
17 views
ServiceStack AuthUserSession in asp Razor Views
I'm new to the ServiceStack world so I apologize if this question may seem like a waste of time.
I'm trying to leverage ServiceStack to power my mvc3 app.
I've stripped the app of its Membership ...
1
vote
1answer
21 views
ServiceStack metadata json fails
I have a simple method DateTimeNow, which returns DateTime.Now.
When starting the project in Visual Studio, I get to the /metadata page and I can see the method listed as:
Operations:
DateTimeNow ...
2
votes
2answers
27 views
Sending a List of heterogeneous objects
I have a series of "Messages" to be sent to a server application from a mobile client.
Each message has some common information (MAC, timestamp etc) and its
So ObjMessage is the base class that has a ...
1
vote
2answers
29 views
Accept requests only from a specific host
I'd like to filter out requests coming from blacklisted hosts. I did some research but found nothing reliable (using RemoteIp, for instance, or UserHostAddress).
Let's say my service receives ...
2
votes
0answers
19 views
URL validation with ServiceStack
Is it possible with ServiceStack to detect URL parameters that ServiceStack could not map into your DTO and fail as a result? Something like an event you could hook would be useful if you wanted to ...
2
votes
1answer
64 views
Securely store and share a secret with ServiceStack across different logins
Given is a ServiceStack REST Service that can sign documents with one of the public/private key algorithm. The prvate key is encrypted using a passphrase only the admin of this privat/public key pair ...
1
vote
2answers
42 views
How do you use an AntiForgeryToken with ServiceStack.net REST service?
See link below
ServiceStack
AntiForgeryToken
2
votes
1answer
97 views
Cannot recreate JSON value from JSON in string format
I have the following object:
public class TestModel
{
public object TestValue { get; set; }
}
My database contains strings in JSON format e.g.
string dbValue1 = "["test value\"]"
string ...
1
vote
0answers
26 views
ServiceStack BasicAuthentication and IIS7.5
I'm using basic authentication with my service stack API. I use the following code.
Plugins.Add(new AuthFeature(() => new AuthUserSession(), new IAuthProvider[] { new BasicAuthProvider() }));
...
1
vote
1answer
11 views
servicestack converts invalid values into null instead of validationexceptions
Lets say that we have the following request object:
public class UserRequest
{
public DateTime? Birthday { get; set; }
public bool DeservesGift { get; set; }
}
And try to post the following ...
1
vote
0answers
13 views
Using ServiceStack MiniProfiler to profile all service client calls
Context: I'm writing a service using ServiceStack. This service is calling some other remote services (using the ServiceStack JsonServiceClient).
Requirement: show every call to the remote service as ...
1
vote
2answers
66 views
Moving MVC-style service layer under WCF
Recently I've been working with MVC4 and have grown quite comfortable with the View > View Model > Controller > Service > Repository stack with IoC and all. I like this. It works well. However, we're ...
2
votes
1answer
48 views
Newer ServiceStack reporting badly with New Relic
Some of our latest Web Service applications has been using the newer 3.9.x version of ServiceStack and we are about to update one of our older applications from v3.5.x to use 3.9.44.0. The 3.5.x ...
2
votes
1answer
33 views
Html5 pushstate Urls on ServiceStack
At the moment we're using a default.cshtml view in the root of ServiceStack to serve our AngularJS single-page app.
What I'd like to do is enable support for html5 pushstate (so no hash in the URL), ...
1
vote
1answer
22 views
Service Stack Route for a collection field for a service
I have a service for Employee with a DTO
[Route("/employee/{id}", "GET PUT DELETE")]
[Route("/employees", "POST")]
public class Employee : Person
{
public Employee() : base() {
...
1
vote
0answers
14 views
ServiceStack using @helper functions to share functionality between views
I have attempted to use the @helper syntax to create helper functions that can be shared between my views.
Mostly I have followed this tutorial ...
1
vote
0answers
31 views
Alternative to cookie based session/authentication
Is there an alternative to the session feature plugin in servicestack? In some scenarios I cannot use cookies to match the authorized session in my service implementation. Is there a possibility to ...
1
vote
1answer
19 views
ServiceStack cache size
In ServiceStack when using IN-memory cache is there a way to find the actual size of the cached objects in bytes?
1
vote
1answer
26 views
Specify the services ServiceStack should register
Is it possible to specify the Services that SS registers rather than it picking up everything that it finds.
Given a library with say 10 services, it can be deployed on multiple servers, depending on ...
1
vote
1answer
31 views
How to get HttpContext in servicestack.net
I am unable to switch to all of service stack's new providers, authentication, etc. So, I am running a hybrid scenario and that works great.
To get the current user in service, I do this:
...
1
vote
1answer
15 views
Why does ServiceStack's AppHostBase.Configure take a Container parameter?
AppHostBase already contains a Container property (which resolves to EndpointHost.Config.ServiceManager.Container if defined), so why not just use Instance.Container (e.g., for registering ...
1
vote
1answer
25 views
How to do token based auth using ServiceStack
How would I implement the following scenario using ServiceStack?
Initial request goes to http://localhost/auth having an Authorization header defined like this:
Authorization: Basic skdjflsdkfj=
...
1
vote
1answer
31 views
Problems integrating NServiceBus with ServiceStack IRequiresRequestContext
I am looking to integrate NServiceBus into an existing ServiceStack web host. ServiceStack is currently using the built in Funq IoC container. NServiceBus has been configured (elsewhere in the system) ...
3
votes
0answers
33 views
+200
Cross origin OAuth authentication with ServiceStack
I would like to use my API website for authentication & authorisation of users and ideally keep my UI site purely static content (html, js, css).
I have configured ServiceStack's OAuth & ...
2
votes
1answer
15 views
Automatically detect when storing an object with ServiceStack.Redis
I am looking for a way to subscribe to events like Storing a specific object type to ServiceStack.Redis.
For example I may
using (var redisClient = new RedisClient())
using (var redisMyObjects = ...
1
vote
2answers
34 views
Can I use ServiceStack web service with .net 3.5
Can I use ServiceStack web service with .net framework 3.5 web forms?
Can I have a small example because I've tried to go through ...
1
vote
0answers
12 views
can more then 1 web apps on the same domain but different host share authentication
I have a servicestack web service web.mydomain.com where I use CustomUserSession and shared cache client.
How can my other servicestack web app installed on app.mydomain.com use this service?
if I ...
1
vote
2answers
22 views
ServiceStack: No /swagger-ui/index.html
I am using ServiceStack for my custom service, in stand alone mode without IIS.
I would like to add documentation for my services beyond what /metadata does. I thought to try the Swagger plug in.
I ...
1
vote
1answer
25 views
How to disable ServiceStack redirect on failed authentication?
I am implementing ServiceStack side-by-side with a MVC application. My main application uses form authentication which is configured in my web.config. When the authentication of fails, I don't get the ...
1
vote
0answers
15 views
Is better Razor diagnostics change now included in ServiceStack v3.9.45?
As I'm still getting HttpCompilationException (External Exception) when I work through Mono on Mac with no hint as to what the real error is within Razor. To test it I'm binding to an invalid property ...
1
vote
1answer
35 views
ServiceStack.net implementing CustomAuthProvider with additional parameters?
Im trying to implement a CustomAuthProvider in ServiceStack.net. I need to extend past just the username/password with a 3rd parameter. (lets call it an apikey) I would also like this to accept the ...
1
vote
0answers
34 views
ServiceStack MARS (Multiple Active Result Sets) using ORMLite and Output Parameters
ServiceStack ORMLite is great, I've typically steered clear of the ORM mentality preferring to build databases as it makes sense to build databases instead of a 1:1 class model. That said, there are ...
1
vote
0answers
20 views
IAuthProvider for OAuth2 in ServiceStack
Can anyone provide an example of how to implement IAuthProvider against an OAuth2 endpoint in ServiceStack? As far as I can see all the AuthProvider implementations I can find (like Facebook/Google) ...
1
vote
1answer
21 views
servicestack and razor in one project
Did anyone try to have servicestack web service and razor page in one project using version 3.9.45, if yes, is there anything different about latest version? I can get it to work in older version but ...
1
vote
0answers
22 views
Unable to cancel a Servicestack Facebook authentication proccess
When accessing "/api/auth/facebook" i'm redirected to facebook ouath dialog, but when trying to cancel, i keep getting redirected to the same facebook ouath dialog.
This means i cannot cancel this ...
1
vote
1answer
39 views
Unable to access javascript file (.js) using Service Stack Razor
I'm using Service Stack Razor (ServiceStack.Razor.3.9.45) and I can't access any js nor css file.
Server Error in '/' Application.
This type of page is not served.
Description: The type of page you ...
1
vote
1answer
24 views
use external htmlhelper extensions with ServiceStack
Is it possible to use the System.Web.Mvc.HtmlHelper extensions with the ServiceStack.Razor implementation.
I'm trying to use the Ext.NET extensions, but others extensions like DevExpress, Kendo have ...
2
votes
0answers
25 views
Service Stack:Type definitions should start with a '{', expecting serialized type 'AuthResponse', got string starting with
i am using the following code to athenticate the user using ServiceStack basic auth provider in my asp.net application and receiving serilization exception.Please answer if anyone has solve this ...
2
votes
2answers
55 views
why adding razorformat breaks web services in servicestack latest 3.9.45.0
I am breaking my head today why after upgrading to latest servicestack and servicestack.razor my routing in web services stops working. So I did the following test.
created a new empty web project ...
1
vote
1answer
36 views
Bulk Inserts with Service Stack & Ormlite
I am having trouble finding a good way to do fast bulk inserts in ServiceStacks Ormlite
I will be performing the inserts against SQL Azure.
The only batch inserts that I could find would be to do as ...
1
vote
1answer
30 views
ServiceStack webservice working in ie9 or ie10 using localhost as address but not with ip address as the address
I've run into an issue where chrome and opera work fine for this but there is a form that is throwing fits in internet explorer 9 and 10 when I use either the hostname or the ip rather than localhost ...
1
vote
1answer
25 views
Can ServiceStack JsonServiceClient send a get request to https w/self signed certificate?
I making a call to get using JsonServiceClient to serialize my request object. My server is using https and I created a self signed certificate.
It would appear that an exception is thrown when the ...
1
vote
1answer
23 views
How to create internal service with ServiceStack?
Is there any way to block directly access to some service(not all) by network with ServiceStack?
I create a service for internal process. this service will be called by other services, but not called ...
1
vote
1answer
16 views
servicestack Creating a wildcard route to different DTO's
I'm trying to create set of service stack routes that have wildcards in it.
I can't change it as the Url to respond to are defined by another product.
It seems as soon as service stack sees the * in ...
1
vote
0answers
14 views
How to ignore favicon.ico route on ServiceStack host (non MVC)
I'm having this weird problem with ServiceStack. I've hosted this as a regular ASP.NET web application - so no MVC project. When I browse to the metadata page I get following in my NLOG table:
...
1
vote
0answers
14 views
Snapshot views of services disabled when Razor plugin is added to ServiceStack.Net in v3.9.45
The snapshot of service data is good to use in development as I first write the service and see if it's returning data and then write the view. However after I upgraded to ServiceStack v3.9.45 it ...



